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:59 +0200 |
| commit | e9d13f9d61c33fe3079c39da70ae1f99b4a445f1 (patch) | |
| tree | 4c4c3832bdb3e4db8fe5062a77c54f5fa3995e12 | |
| parent | 9f30a7ebd35ddf9d7a0e4449b9c87128c30a7961 (diff) | |
[3.0.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
| -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 f5fb0ab276..a7101897bb 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/ |
