summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.avv@gmail.com>2018-10-17 14:15:38 +0000
committerTiago Gomes <tiago.avv@gmail.com>2018-10-17 14:15:38 +0000
commit131f95ebf5bdb2fc82008e6be1fbc02c6715bdcc (patch)
treed9847be8c072291af9e2da43fc4edf280cb9b813
parent3d9c4eca071bb93d782af0e75339eca9dc062fe0 (diff)
parent155296a7c274fc8f94b8c466caa3a2d29d195aca (diff)
downloadbuildstream-131f95ebf5bdb2fc82008e6be1fbc02c6715bdcc.tar.gz
Merge branch 'tiagogones/update-links-to-documentation' into 'master'
Update links to documentation website See merge request BuildStream/buildstream!876
-rw-r--r--README.rst10
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 9a67dd40c..b514d2d7b 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,10 @@
About
-----
-.. image:: https://buildstream.gitlab.io/buildstream/_static/release.svg
+.. image:: https://docs.buildstream.build/_static/release.svg
:target: https://gitlab.com/BuildStream/buildstream/commits/bst-1.2
-.. image:: https://buildstream.gitlab.io/buildstream/_static/snapshot.svg
+.. image:: https://docs.buildstream.build/_static/snapshot.svg
:target: https://gitlab.com/BuildStream/buildstream/commits/master
.. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg
@@ -63,7 +63,7 @@ BuildStream offers the following advantages:
How do I use BuildStream?
=========================
-Please refer to the `documentation <https://buildstream.gitlab.io/buildstream/>`_
+Please refer to the `documentation <https://docs.buildstream.build>`_
for information about installing BuildStream, and about the BuildStream YAML format
and plugin options.
@@ -86,9 +86,9 @@ 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.gitlab.io/buildstream/main_install.html>`_
+<https://buildstream.build/install.html>`_
and then follow our tutorial in the
-`user guide <https://buildstream.gitlab.io/buildstream/main_using.html>`_.
+`user guide <https://docs.buildstream.build/main_using.html>`_.
We also recommend exploring some existing BuildStream projects:
diff --git a/setup.py b/setup.py
index 74ccfc24a..2f7247aeb 100755
--- a/setup.py
+++ b/setup.py
@@ -269,7 +269,7 @@ setup(name='BuildStream',
url='https://buildstream.build',
project_urls={
'Source': 'https://gitlab.com/BuildStream/buildstream',
- 'Documentation': 'https://buildstream.gitlab.io/buildstream/',
+ 'Documentation': 'https://docs.buildstream.build',
'Tracker': 'https://gitlab.com/BuildStream/buildstream/issues',
'Mailing List': 'https://mail.gnome.org/mailman/listinfo/buildstream-list'
},