summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMohit Singh Sinsniwal <mohit.sinsniwal@gmail.com>2023-05-20 04:55:41 +0530
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-05-22 20:21:18 +0200
commit89f10a80d7e681cd0cccf22d932e380f51bd3524 (patch)
tree6733a337882e549556c8211459b9ec5c1ad38058 /docs/intro
parentf8172f45fc83af2315aefed77ee34b5654f5c347 (diff)
Fixed #34579 -- Added Django Forum to contributing guides.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index c8601cb14d..c9b5734569 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -41,11 +41,13 @@ so that it can be of use to the widest audience.
.. admonition:: Where to get help:
If you're having trouble going through this tutorial, please post a message
- to |django-developers| or drop by `#django-dev on irc.libera.chat`__ to
- chat with other Django users who might be able to help.
+ on the `Django Forum`_, |django-developers|, or drop by
+ `#django-dev on irc.libera.chat`__ to chat with other Django users who
+ might be able to help.
__ https://diveinto.org/python3/table-of-contents.html
__ https://web.libera.chat/#django-dev
+.. _Django Forum: https://forum.djangoproject.com/
What does this tutorial cover?
------------------------------