summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-03-28 20:32:17 -0400
committerTim Graham <timograham@gmail.com>2019-03-28 20:39:38 -0400
commit2fb602f58181fa07e416474a35fef1945a6f8df3 (patch)
treede9f06e9f71b13c47f8e1ea93ff9a5da24ae1fa4 /docs/intro
parentffdacc5879fcfb5b1857340ac874314de9aa490e (diff)
[2.2.x] Used extlinks for Django's source code.
Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/whatsnext.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
index 499376d1a3..718be49669 100644
--- a/docs/intro/whatsnext.txt
+++ b/docs/intro/whatsnext.txt
@@ -97,10 +97,8 @@ reasons:
Django APIs or behaviors change.
Django's documentation is kept in the same source control system as its code. It
-lives in the `docs`_ directory of our Git repository. Each document online is a
-separate text file in the repository.
-
-.. _docs: https://github.com/django/django/tree/master/docs
+lives in the :source:`docs` directory of our Git repository. Each document
+online is a separate text file in the repository.
Where to get it
===============