diff options
author | Tim Graham <timograham@gmail.com> | 2017-10-24 13:58:50 -0400 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2017-10-24 13:59:17 -0400 |
commit | 3576bfe07c3c541b6ecd97d56daad0cf3d3f45fc (patch) | |
tree | f38d9d37b23dabe211c32ed942159b827dbdd920 | |
parent | 6642a646f07a33cf1b807d398824048f3b17631c (diff) | |
download | django-3576bfe07c3c541b6ecd97d56daad0cf3d3f45fc.tar.gz |
Added a link in README.rst for people new to IRC.
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 20913f4e13..795e1846fe 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,8 @@ 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 https://botbot.me/freenode/django/. + there. Read the archives at https://botbot.me/freenode/django/. See + https://en.wikipedia.org/wiki/Wikipedia:IRC/Tutorial if you're new to IRC. * Join the django-users mailing list, or read the archives, at https://groups.google.com/group/django-users. |