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/internals/contributing | |
| parent | 54646a423b4501aeb80bbdd9238f20500c84cd5f (diff) | |
Fixed #31356 -- Changed IRC links to the Freenode webchat.
Diffstat (limited to 'docs/internals/contributing')
| -rw-r--r-- | docs/internals/contributing/bugs-and-features.txt | 2 | ||||
| -rw-r--r-- | docs/internals/contributing/index.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/contributing/bugs-and-features.txt b/docs/internals/contributing/bugs-and-features.txt index a85f689326..da4ee20a15 100644 --- a/docs/internals/contributing/bugs-and-features.txt +++ b/docs/internals/contributing/bugs-and-features.txt @@ -165,4 +165,4 @@ Votes on technical matters should be announced and held in public on the .. _searching: https://code.djangoproject.com/search .. _custom queries: https://code.djangoproject.com/query -.. _#django: irc://irc.freenode.net/django +.. _#django: https://webchat.freenode.net/#django diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt index 46a47ab405..0dcfa7a844 100644 --- a/docs/internals/contributing/index.txt +++ b/docs/internals/contributing/index.txt @@ -68,8 +68,8 @@ Browse the following sections to find out how: committing-code .. _posting guidelines: https://code.djangoproject.com/wiki/UsingTheMailingList -.. _#django IRC channel: irc://irc.freenode.net/django -.. _#django-dev IRC channel: irc://irc.freenode.net/django-dev +.. _#django IRC channel: https://webchat.freenode.net/#django +.. _#django-dev IRC channel: https://webchat.freenode.net/#django-dev .. _community page: https://www.djangoproject.com/community/ .. _Django forum: https://forum.djangoproject.com/ .. _register it here: https://www.djangoproject.com/community/add/blogs/ |
