diff options
| author | Gabriel Augendre <gabriel@augendre.info> | 2019-12-21 14:58:46 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-31 09:26:13 +0100 |
| commit | 8e432718b80d8dc3bbcf727dcaced67599a3ee53 (patch) | |
| tree | c6d7878d01bc7c951197598db1fd0631c91c14c0 /docs/intro/tutorial01.txt | |
| parent | 00b436adf46a332bf73d49e0a96fdf57f0cb499e (diff) | |
[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index c6554f3437..63088075d9 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -35,10 +35,8 @@ 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 - <irc://irc.freenode.net/django>`_ to chat with other Django users who might - be able to help. + If you're having trouble going through this tutorial, please head over to + the :doc:`Getting Help</faq/help>` section of the FAQ. Creating a project ================== |
