diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-07-01 21:54:28 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-07-01 21:57:31 +0200 |
| commit | 6883602021bb9ad681bfc5f01fcc08163add60e0 (patch) | |
| tree | 743ea2fab8b005ecbb535cc0408c484dbb236d78 /docs | |
| parent | 735ece0b89b400b95c5e38ae640a7c3fe860c377 (diff) | |
[1.6.x] Included irc link in paragraph to allow for l10n
Translators may want to change the irc link pointing to a
language-specific channel.
Backport of 232f2028d5 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial01.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 309b0bc39f..fa77195add 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -36,10 +36,9 @@ older versions of Django and install a newer one. .. admonition:: Where to get help: If you're having trouble going through this tutorial, please post a message - to |django-users| or drop by `#django on irc.freenode.net`__ to chat - with other Django users who might be able to help. - -__ irc://irc.freenode.net/django + to |django-users| or drop by `#django on irc.freenode.net + <irc://irc.freenode.net/django>`_ to chat with other Django users who might + be able to help. Creating a project ================== |
