diff options
| author | Tim Graham <timograham@gmail.com> | 2017-07-21 18:09:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-21 18:09:48 -0400 |
| commit | c6986a4ebff8db923f906ce84cf118efc82ec79a (patch) | |
| tree | 2939dd61c875a06a1eb27be551819446128df5b9 | |
| parent | 462f1589cd70544121d4ad0ba476009b1b5be9af (diff) | |
Refs #17453 -- Fixed broken link to #django IRC logs.
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/index.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 3afba227fb..20913f4e13 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ ticket here: https://code.djangoproject.com/newticket To get more help: * Join the ``#django`` channel on irc.freenode.net. Lots of helpful people hang out - there. Read the archives at http://django-irc-logs.com/. + there. Read the archives at https://botbot.me/freenode/django/. * Join the django-users mailing list, or read the archives, at https://groups.google.com/group/django-users. diff --git a/docs/index.txt b/docs/index.txt index d7558373fd..a764ee1be1 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -25,7 +25,7 @@ Having trouble? We'd like to help! .. _archives: https://groups.google.com/group/django-users/ .. _post a question: https://groups.google.com/d/forum/django-users .. _#django IRC channel: irc://irc.freenode.net/django -.. _IRC logs: http://django-irc-logs.com/ +.. _IRC logs: https://botbot.me/freenode/django/ .. _ticket tracker: https://code.djangoproject.com/ How the documentation is organized |
