This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 24bfee7ad794ccd69a61ae288ff0f4f00e0fabe3
Author: Tristan van Berkom <[email protected]>
AuthorDate: Tue Jan 5 18:15:00 2021 +0900

    doc/source/main_install.rst: s/gitlab/github
---
 doc/source/main_install.rst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst
index 0e47ccd..b9c26b4 100644
--- a/doc/source/main_install.rst
+++ b/doc/source/main_install.rst
@@ -207,7 +207,7 @@ to the latest dev snapshot like so::
 
 Installing from a git checkout
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-To install directly from the `git repository 
<https://gitlab.com/BuildStream/buildstream.git>`_
+To install directly from the `git repository 
<https://github.com/apache/buildstream>`_
 using python's ``pip`` package manager, you will additionally require:
 
 - pip for python3 (only required for setup)
@@ -220,7 +220,7 @@ and determine which version you want to install.
 Run the following commands::
 
 
-    git clone https://gitlab.com/BuildStream/buildstream.git
+    git clone https://github.com/apache/buildstream.git
     cd buildstream
     git checkout <desired release tag>
     pip3 install --user .
@@ -249,6 +249,7 @@ need to cleanly reinstall BuildStream::
     git pull --rebase
     pip3 install --user .
 
+
 Installing in virtual environments
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 You can consider installing BuildStream in a
@@ -317,9 +318,9 @@ A regular way to do this is to add the following line to 
the end of your ``~/.ba
 
 .. _install-container:
 
+
 Buildstream Inside a Container
 -------------------------------
-
 If your system cannot provide the base requirements, it is possible to run
 BuildStream within a container. This gives you an easy way to get started
 using BuildStream on any Unix-like platform where containers are available,

Reply via email to