diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-11 15:21:28 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-08 10:24:52 +0100 |
| commit | 15e207ce80581ec64bd790c37cce1bc07d01a744 (patch) | |
| tree | 468b7e0154659520fe15fdc87983eaf6b1421437 /docs/intro | |
| parent | 007f14365988bd94c35dc34959c1ef4c2407c86f (diff) | |
Fixed #35999 -- Removed #django IRC channel references where appropriate.
Some references are replaced with links to the Django Discord server.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 8 | ||||
| -rw-r--r-- | docs/intro/tutorial08.txt | 1 | ||||
| -rw-r--r-- | docs/intro/whatsnext.txt | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 0900fdae37..32c8645f20 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -41,13 +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 - 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. + on the `Django Forum`_, |django-developers|, or drop by the + `Django Discord server`_ to chat with other Django users who might be able + to help. -__ https://web.libera.chat/#django-dev .. _Dive Into Python: https://diveintopython3.net/ .. _Django Forum: https://forum.djangoproject.com/ +.. _Django Discord server: https://discord.gg/xcRH6mN4fa What does this tutorial cover? ------------------------------ diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt index 98bf70d330..261cd85d85 100644 --- a/docs/intro/tutorial08.txt +++ b/docs/intro/tutorial08.txt @@ -71,7 +71,6 @@ resolve the issue yourself, there are options available to you. Toolbar’s is `on GitHub <https://github.com/django-commons/django-debug-toolbar/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc>`_. #. Consult the `Django Forum <https://forum.djangoproject.com/>`_. #. Join the `Django Discord server <https://discord.gg/xcRH6mN4fa>`_. -#. Join the #Django IRC channel on `Libera.chat <https://libera.chat/>`_. Installing other third-party packages ===================================== diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt index ca55b12d7a..e02d90f800 100644 --- a/docs/intro/whatsnext.txt +++ b/docs/intro/whatsnext.txt @@ -123,11 +123,11 @@ ticket system and use your feedback to improve the documentation for everybody. Note, however, that tickets should explicitly relate to the documentation, rather than asking broad tech-support questions. If you need help with your -particular Django setup, try the |django-users| mailing list or the `#django -IRC channel`_ instead. +particular Django setup, try the |django-users| mailing list or the +`Django Discord server`_ instead. .. _ticket system: https://code.djangoproject.com/ -.. _#django IRC channel: https://web.libera.chat/#django +.. _Django Discord server: https://discord.gg/xcRH6mN4fa In plain text ------------- |
