diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-04-27 22:28:40 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-29 20:08:36 +0200 |
| commit | 33f7739108226e2573f4b0242da5fd511908acdf (patch) | |
| tree | 907c1ec6a51117e1f1cd14d053e869b0327c50ab /docs/faq | |
| parent | 54646a423b4501aeb80bbdd9238f20500c84cd5f (diff) | |
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Diffstat (limited to 'docs/faq')
| -rw-r--r-- | docs/faq/help.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/faq/help.txt b/docs/faq/help.txt index f5fb0ab276..b27a1cef96 100644 --- a/docs/faq/help.txt +++ b/docs/faq/help.txt @@ -23,10 +23,12 @@ Then, please post it in one of the following channels: discussions. * The |django-users| mailing list. This is for email-based discussions. * The `#django IRC channel`_ on the Freenode IRC network. This is for - chat-based discussions. + chat-based discussions. If you're new to IRC, see the `Freenode + documentation`_ for different ways to connect. .. _`"Using Django"`: https://forum.djangoproject.com/c/users -.. _`#django IRC channel`: irc://irc.freenode.net/django +.. _#django IRC channel: https://webchat.freenode.net/#django +.. _Freenode documentation: https://freenode.net/kb/answer/chat In all these channels please abide by the `Django Code of Conduct`_. In summary, being friendly and patient, considerate, respectful, and careful in |
