diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 19:24:31 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-10-12 19:24:31 +0900 |
commit | 1c7ba9a0c2f724b9e882aa6edb0d73fcffa2b0ef (patch) | |
tree | 28fdce2e32e9378f24123afc407c9dc605882610 /doc | |
parent | 10b092e17b979fd5512639d140242b521a249052 (diff) | |
download | buildstream-1c7ba9a0c2f724b9e882aa6edb0d73fcffa2b0ef.tar.gz |
doc/source/index.rst: Moved references to the website below the simple ToC.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 56c71988a..494e90c67 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,9 +13,6 @@ They begin with a basic introduction to BuildStream, background information on basic concepts, and a guide to the BuildStream command line interface. Later sections provide detailed information on BuildStream internals. -If you are looking for information about how to install BuildStream, -please refer to the `BuildStream website <https://buildstream.build>`_. - .. toctree:: :maxdepth: 1 @@ -24,3 +21,5 @@ please refer to the `BuildStream website <https://buildstream.build>`_. main_core CONTRIBUTING +For any other information, including `how to install BuildStream <https://buildstream.build/install.html>`_, +refer to `the BuildStream website <https://buildstream.build>`_. |