Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ BuildStream operates on a set of YAML files (.bst files), as follows:
How can I get started?
======================
To get started, first `install BuildStream by following the installation guide
<https://buildstream.build/install.html>`_
<https://docs.buildstream.build/master/main_install.html>`_
and then follow our tutorial in the
`user guide <https://docs.buildstream.build/master/main_using.html>`_.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/additional_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ which these integrations work.

Run BuildStream inside Docker
-----------------------------
Refer to the `BuildStream inside Docker <https://buildstream.build/install.html#container-images>`_
Refer to the `BuildStream inside Docker <main_install.html#container-images>`_
documentation for instructions on how to run BuildStream as a Docker container.


Expand Down
2 changes: 1 addition & 1 deletion doc/source/format_project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Here are a couple of examples:
python package versions are available when using your project.

Follow `these instructions
<https://buildstream.build/source_install.html#installing-in-virtual-environments>`_
<main_install.html#installing-in-virtual-environments>`_
to install BuildStream in a virtual environment.

**Possible junction conflicts**
Expand Down
3 changes: 1 addition & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ Later sections provide detailed information on BuildStream internals.
main_architecture
main_glossary

For any other information, including `how to install BuildStream <https://buildstream.build/install.html>`_,
refer to `the BuildStream website <https://buildstream.build>`_.
For any other information refer to `the BuildStream website <https://buildstream.build>`_.
5 changes: 2 additions & 3 deletions doc/source/main_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ Note that:
Installing from Source
======================

This page explains how to build and install this version of BuildStream from
source. For general purpose installation instructions consult the
`website <https://buildstream.build/install.html>`_.
If you can not make use of currently supported packages or simply want to install from source, read the
following sections.

For full install instructions, read on:

Expand Down
Loading