diff --git a/Unix-installation.md b/Unix-installation.md
index aae1e6f..22fb304 100644
--- a/Unix-installation.md
+++ b/Unix-installation.md
@@ -66,7 +66,7 @@ cd build
cmake ..
make
```
-4. Run the test [Run the test](https://git.perceptualui.org/public-projects/opengaze/wikis/Unix-installation#test-opengaze)
+4. Run the test [Run the test](https://git.hcics.simtech.uni-stuttgart.de/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://git.perceptualui.org/public-projects/opengaze.git`
+`git clone https://git.hcics.simtech.uni-stuttgart.de/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/`