diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-04-23 09:33:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 18:33:32 +0200 |
| commit | faa08449dd1236c1b92883e86cf1895410c72f56 (patch) | |
| tree | 9b5e64d787bbe5e6dc1b1475f0b9d79d151b5fd6 /docs | |
| parent | 533b208775620b8303b00583aaf011b4e81e6535 (diff) | |
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index eb151193ae..35d6c04b30 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -947,7 +947,7 @@ more robust change detection, and a reduction in power usage. Django supports .. _Watchman: https://facebook.github.io/watchman/ .. _pywatchman: https://pypi.org/project/pywatchman/ -.. _watchman documentation: https://facebook.github.io/watchman/docs/config.html#ignore_dirs +.. _watchman documentation: https://facebook.github.io/watchman/docs/config#ignore_dirs When you start the server, and each time you change Python code while the server is running, the system check framework will check your entire Django |
