summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-04-17 11:55:09 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-04-17 16:52:27 +0000
commit5b5c87bf2f6948c1bd0c742c2d93cd7f848e9a56 (patch)
tree78d220ee6936975c02bb0708a3d995aecdb158cf
parent516daa5c9e33ebc3cc98692f73f8b188ca27c159 (diff)
downloadbuildstream-5b5c87bf2f6948c1bd0c742c2d93cd7f848e9a56.tar.gz
config.rst: Renamed to user_config.rst and anchors changed
-rw-r--r--doc/source/artifacts.rst2
-rw-r--r--doc/source/main_using.rst2
-rw-r--r--doc/source/user_config.rst (renamed from doc/source/config.rst)2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/artifacts.rst b/doc/source/artifacts.rst
index c51ce09ac..8edf3462a 100644
--- a/doc/source/artifacts.rst
+++ b/doc/source/artifacts.rst
@@ -183,7 +183,7 @@ E.g., create ``/etc/cron.d/artifacts`` with the following content:
User configuration
~~~~~~~~~~~~~~~~~~
The user configuration for artifacts is documented with the rest
-of the :ref:`user configuration documentation <config>`.
+of the :ref:`user configuration documentation <user_config>`.
Assuming you have the same setup used in this document, and that your
host is reachable on the internet as ``artifacts.com`` (for example),
diff --git a/doc/source/main_using.rst b/doc/source/main_using.rst
index 069ac0466..73d9716eb 100644
--- a/doc/source/main_using.rst
+++ b/doc/source/main_using.rst
@@ -11,5 +11,5 @@ This section details how to use the BuildStream command line interface, work wit
:maxdepth: 2
commands
- config
+ user_config
authoring
diff --git a/doc/source/config.rst b/doc/source/user_config.rst
index ee426f0ab..d02aaf3d4 100644
--- a/doc/source/config.rst
+++ b/doc/source/user_config.rst
@@ -1,5 +1,5 @@
-.. _config:
+.. _user_config:
User configuration