diff --git a/technical/Build-instructions.md b/technical/Build-instructions.md index 03a10a2c..2c56d26f 100644 --- a/technical/Build-instructions.md +++ b/technical/Build-instructions.md @@ -27,7 +27,7 @@ We use a GIT repository to manage sources. On shell based platform you can fetch your private copy using following command: ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-project +git clone https://review.jami.net/ring-project ``` Jami installer uses **python3**. If it's not installed, please install @@ -164,7 +164,7 @@ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK: ```bash -git clone --recurse-submodules https://gerrit-ring.savoirfairelinux.com/ring-project +git clone --recurse-submodules https://review.jami.net/ring-project ``` - Initialize project @@ -241,7 +241,7 @@ After installing [Brew](https://brew.sh) and Python3 (brew install python3): ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-project +git clone https://review.jami.net/ring-project cd ring-project ./make-ring.py --init ./make-ring.py --dependencies --distribution iOS @@ -273,7 +273,7 @@ We use a GIT repository to manage LibRing sources. On shell based platform you can fetch your private copy using following command: ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon +git clone https://review.jami.net/ring-daemon ``` Notice that direct push are blocked. See below how to contribute to the @@ -525,7 +525,7 @@ Gerrit is used as code review / integration tool. Register your ID (you need a Google/GitHUB OAuth2 account) on our public web gerrit service here: - + This service works for all Jami sub-projects (LibRing, LRC and clients). @@ -541,7 +541,7 @@ Getting the Source Code -------------------------------------------------- ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-lrc +git clone https://review.jami.net/ring-lrc LIBRINGLIENT=`pwd`/ring-lrc RING=`pwd`/ring-daemon @@ -646,7 +646,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections. #### Getting the Source Code ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-client-gnome +git clone https://review.jami.net/ring-client-gnome ``` @@ -825,7 +825,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections. #### Getting the Source Code ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-client-windows +git clone https://review.jami.net/ring-client-windows ``` @@ -904,7 +904,7 @@ LRC)](#How_to_Build_LibRingClient_(or_LRC) "wikilink") sections. #### Getting the Source Code ```bash -git clone https://gerrit-ring.savoirfairelinux.com/ring-client-macosx +git clone https://review.jami.net/ring-client-macosx ``` #### Build Instructions