diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-28 20:32:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-28 20:32:17 -0400 |
| commit | a68c029e224cebe540da7447dbbd27993b4aa793 (patch) | |
| tree | 37f01cfc4eace55401c768fd35c506669b7b83b0 /docs/intro | |
| parent | 8e675e2bd8366adf5d0b579accfef75a7b1bc3bf (diff) | |
Used extlinks for Django's source code.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/whatsnext.txt | 6 |
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 =============== |
