diff options
-rw-r--r-- | doc/source/artifacts.rst | 2 | ||||
-rw-r--r-- | doc/source/main_using.rst | 2 | ||||
-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 |