Skip to content

Commit c422bd7

Browse files
committed
Documentation
1 parent a532755 commit c422bd7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/creating-your-site.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ mkdocs serve # (1)
144144

145145
1. If you have a large documentation project, it might take minutes until
146146
MkDocs has rebuilt all pages for you to preview. If you're only interested
147-
in the current page, the `--dirtyreload` flag will make rebuilds much
148-
faster:
147+
in the current page, the [`--dirtyreload`][--dirtyreload] flag will make
148+
rebuilds much faster:
149149

150150
```
151151
mkdocs serve --dirtyreload
@@ -169,6 +169,7 @@ Point your browser to [localhost:8000][live preview] and you should see:
169169
170170
[![Creating your site]][Creating your site]
171171
172+
[--dirtyreload]: https://www.mkdocs.org/about/release-notes/#support-for-dirty-builds-990
172173
[live preview]: http://localhost:8000
173174
[Creating your site]: assets/screenshots/creating-your-site.png
174175

0 commit comments

Comments
 (0)