diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-05-29 12:23:25 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-29 21:24:21 +0200 |
| commit | 0793f93bbe3c5398c23358b3a221da9f3e0de9f6 (patch) | |
| tree | 5476e81076b27210e5d7e7f6314491d71c968fea /docs | |
| parent | df1bb7ab2164ebc4e93b02befcf2c9b839d4c173 (diff) | |
[3.1.x] Corrected FAQ link in docs/faq/help.txt.
Without the leading slash, was pointing to Python's FAQ
https://docs.python.org/3/faq/index.html.
Backport of 8dabdd2cc559a66b519e2a88b64575d304b96ebe from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/faq/help.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt index b27a1cef96..30ae3e4398 100644 --- a/docs/faq/help.txt +++ b/docs/faq/help.txt @@ -5,9 +5,9 @@ FAQ: Getting Help How do I do X? Why doesn't Y work? Where can I go to get help? ============================================================== -First, please check if your question is answered on the :doc:`FAQ <faq/index>`. -Also, search for answers using your favorite search engine, and in `the -forum`_. +First, please check if your question is answered on the :doc:`FAQ +</faq/index>`. Also, search for answers using your favorite search engine, and +in `the forum`_. .. _`the forum`: https://forum.djangoproject.com/ |
