diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-04-23 09:33:32 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-23 18:34:03 +0200 |
| commit | fc83e2afe30b92230f8386738da81f868acdca5b (patch) | |
| tree | 88101198c9e26cfa57e8c0f7d39adfda1362cd20 /docs | |
| parent | 8c522d71e33d3cd8445f99ac6fd0b52b5486e119 (diff) | |
[3.0.x] Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
Backport of faa08449dd1236c1b92883e86cf1895410c72f56 from master
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 c5b56957d2..b66ca5f551 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -919,7 +919,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 .. versionchanged:: 2.2 |
