diff --git a/Unix-installation.md b/Unix-installation.md index 3685b53..5cebb7a 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://github.molgen.mpg.de/perceptual/opengaze/wiki/Unix-installation#test-opengaze)
+4. Run the test [Run the test](https://gitlab.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://github.molgen.mpg.de/perceptual/opengaze.git`
+`git clone https://gitlab.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/`