Used extlinks for Django's source code.

This commit is contained in:
Tim Graham 2019-03-28 20:32:17 -04:00 committed by GitHub
parent 8e675e2bd8
commit a68c029e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 31 additions and 58 deletions

View file

@ -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
===============