mirror of https://github.com/django/django.git
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.
This commit is contained in:
parent
494ba27b5f
commit
8dabdd2cc5
|
@ -5,9 +5,9 @@ FAQ: Getting Help
|
||||||
How do I do X? Why doesn't Y work? Where can I go to get 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>`.
|
First, please check if your question is answered on the :doc:`FAQ
|
||||||
Also, search for answers using your favorite search engine, and in `the
|
</faq/index>`. Also, search for answers using your favorite search engine, and
|
||||||
forum`_.
|
in `the forum`_.
|
||||||
|
|
||||||
.. _`the forum`: https://forum.djangoproject.com/
|
.. _`the forum`: https://forum.djangoproject.com/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue