From 8dabdd2cc559a66b519e2a88b64575d304b96ebe Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 29 May 2020 12:23:25 -0700 Subject: [PATCH] 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. --- docs/faq/help.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq/help.txt b/docs/faq/help.txt index b27a1cef962..30ae3e4398b 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 `. -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 +`. Also, search for answers using your favorite search engine, and +in `the forum`_. .. _`the forum`: https://forum.djangoproject.com/