summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/HACKING.rst b/HACKING.rst
index c45ef1e0a..30fb29742 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -209,11 +209,6 @@ Documenting BuildStream
BuildStream starts out as a documented project from day one and uses
sphinx to document itself.
-Useful links:
-
-* Sphinx documentation: http://www.sphinx-doc.org/en/1.4.8/contents.html
-* rst primer: http://www.sphinx-doc.org/en/stable/rest.html
-
Documentation formatting policy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -233,6 +228,8 @@ The BuildStream documentation style is as follows:
* To cross reference arbitrary locations with, for example, the anchor ``_anchor_name``, you must give the link an explicit title: ``:ref:`Link text <anchor_name>```. Note that the "_" prefix is not required.
+Useful links:
+
For further information, please see the `Sphinx Documentation <http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_.