summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-03-29 13:37:31 -0400
committerTim Graham <timograham@gmail.com>2018-03-30 15:02:23 -0400
commita73a9cf60a4ae4cbf0183a23bf815fd5be3a40ea (patch)
tree8e66f1bcb00976ac5c7c6034cdeb273de6712e39
parentc5bb472095f02df364f9a0ce64f0b97bfd4a8c63 (diff)
[1.11.x] Fixed links to Sphinx docs.
Backport of 73cb62a33197652a3c8261dbf052d7eb75e26139 from master
-rw-r--r--docs/internals/contributing/writing-documentation.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index d58c318408..8a3bc4b16a 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -52,9 +52,7 @@ Then, building the HTML is easy; just ``make html`` (or ``make.bat html`` on
Windows) from the ``docs`` directory.
To get started contributing, you'll want to read the :ref:`reStructuredText
-Primer <sphinx:rst-primer>`. After that, you'll want to read about the
-:ref:`Sphinx-specific markup <sphinx:sphinxmarkup>` that's used to manage
-metadata, indexing, and cross-references.
+reference <sphinx:rst-index>`.
Your locally-built documentation will be themed differently than the
documentation at `docs.djangoproject.com <https://docs.djangoproject.com>`_.
@@ -225,8 +223,8 @@ documentation:
Django-specific markup
======================
-Besides the :ref:`Sphinx built-in markup <sphinx:sphinxmarkup>`, Django's
-docs defines some extra description units:
+Besides :ref:`Sphinx's built-in markup <sphinx:rst-index>`, Django's docs
+define some extra description units:
* Settings::