diff options
| author | Adam Johnson <me@adamj.eu> | 2020-03-30 06:44:39 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-03-30 07:45:32 +0200 |
| commit | 9362bf71c366bc7646d4f08ff1079450560fd0fe (patch) | |
| tree | 18d6020bcd7903398347a39c2007292614137b7f /docs/faq | |
| parent | a6cc8b80cbf149c028f127e01893c2b3973b8878 (diff) | |
[3.0.x] Fixed links in Getting Help FAQ.
Follow up to 6ef4c8aa9f887f72ebdacff229b9012686272e3a,
Backport of 00ff7a44dee91be59a64559cadeeba0f7386fd6f from master
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/help.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt index c57135c892..2b48697a31 100644 --- a/docs/faq/help.txt +++ b/docs/faq/help.txt @@ -6,13 +6,14 @@ 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`. +Also, search for answers using your favorite search engine, and in `the +forum`_. .. _`the forum`: https://forum.djangoproject.com/ If you can't find an answer, please take a few minutes to formulate your question well. Explaining the problems you are facing clearly will help others -help you. See the StackOverflow guide on `asking good questions`. +help you. See the StackOverflow guide on `asking good questions`_. .. _`asking good questions`: https://stackoverflow.com/help/how-to-ask |
