From 2b8f22a578321affe9aca9b6ea84fc26db3e222a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 1 Jul 2014 21:54:28 +0200 Subject: [PATCH] [1.7.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. --- docs/intro/tutorial01.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 2ce4adbe97..d33ad543e5 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -35,10 +35,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 + `_ to chat with other Django users who might + be able to help. Creating a project ==================