diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-22 13:05:39 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-22 13:05:39 -0400 |
commit | 4f1d5a1c00821e39a198a66b070f15b6cccb0aee (patch) | |
tree | cde80e3d9fd0b2d4e078c63e04aa9b30dcbd2842 /doc | |
parent | e90098e0e0decbd40f8e1980772d921e7843b8ab (diff) | |
download | buildstream-4f1d5a1c00821e39a198a66b070f15b6cccb0aee.tar.gz |
doc/source/core_plugins.rst, doc/source/install_main.rst: Fixing link anchor name
In core_plugins.rst, we are already using _plugins, _plugins_build_elements,
so lets call this one _plugins_sources to be consistent.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/core_plugins.rst | 2 | ||||
-rw-r--r-- | doc/source/install_main.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/core_plugins.rst b/doc/source/core_plugins.rst index 029145879..2951e00cf 100644 --- a/doc/source/core_plugins.rst +++ b/doc/source/core_plugins.rst @@ -42,7 +42,7 @@ Build elements elements/pip -.. _authoring_source_plugins: +.. _plugins_sources: Sources ------- diff --git a/doc/source/install_main.rst b/doc/source/install_main.rst index 2d698e4a4..abe85eed4 100644 --- a/doc/source/install_main.rst +++ b/doc/source/install_main.rst @@ -14,7 +14,7 @@ BuildStream requires the following base system requirements: * psutil python library (so you don't have to install GCC and python-devel to build it yourself) BuildStream also depends on the host tools for the :mod:`Source <buildstream.source>` plugins. -Refer to the respective :ref:`authoring_source_plugins` documentation for host tool +Refer to the respective :ref:`source plugin <plugins_sources>` documentation for host tool requirements of specific plugins. If you intend to push built artifacts to a remote artifact server, |