summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-04-17 11:55:09 +0100
committerJames Ennis <james.ennis@codethink.com>2018-04-17 16:55:47 +0100
commitb8b4159ce3c12525ce283553ffee9f3b60a608b9 (patch)
treeedcb057284e8526c639277a1495f7dd4900a00c7
parent8f9f6e90c119439f7fee215f97b6ec413df4f223 (diff)
downloadbuildstream-b8b4159ce3c12525ce283553ffee9f3b60a608b9.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