diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-05-29 12:23:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 21:23:25 +0200 |
| commit | 8dabdd2cc559a66b519e2a88b64575d304b96ebe (patch) | |
| tree | d2dcc29bc1ee4e5c73d4908c22e9dd3311dd3c67 /docs/faq | |
| parent | 494ba27b5fe14e42e815edde6bd4a1216b29c935 (diff) | |
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.
Diffstat (limited to 'docs/faq')
| -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/ |
