diff --git a/Unix-installation.md b/Unix-installation.md
index 5cebb7a..6c5a06b 100644
--- a/Unix-installation.md
+++ b/Unix-installation.md
@@ -7,7 +7,7 @@ This installation was tested on the following configuration:
* OpenFace 2.0
* Boost 1.5
-**If you have Ubuntu 18.04, please refer to the [configuration information](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#ubuntu-1804).**
+**If you have Ubuntu 18.04, please refer to the [configuration information](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#ubuntu-1804).**
## Dependency installation
@@ -66,7 +66,7 @@ cd build
cmake ..
make
```
-4. Run the test [Run the test](https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
+4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
## Compile OpenGaze from source
If the pre-compiled file does not work for you, or you want to make changes to the OpenGaze source code, then you can compile it from source.
@@ -106,7 +106,7 @@ Install general dependencies:
Download Caffe:
`git clone https://github.com/BVLC/caffe.git`
Download OpenGaze:
-`git clone https://gitlab.hcics.simtech.uni-stuttgart.de/public-projects/opengaze.git`
+`git clone https://git.perceptualui.org/public-projects/opengaze.git`
Copy the customized layers from OpenGaze to caffe:
`cp -r opengaze/caffe-layers/include caffe/`
`cp -r opengaze/caffe-layers/src caffe/`