diff --git a/Unix-installation.md b/Unix-installation.md
index 65c220b..93ca184 100644
--- a/Unix-installation.md
+++ b/Unix-installation.md
@@ -67,7 +67,7 @@ cd build
cmake ..
make
```
-4. Run the test [Run the test](https://github.molgen.mpg.de/perceptual/opengaze_old/wiki/Unix-Installation#test-opengaze)
+4. Run the test [Run the test](https://github.molgen.mpg.de/perceptual/opengaze/wiki/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.
@@ -219,4 +219,4 @@ Go to the [cuDNN archive](https://developer.nvidia.com/rdp/cudnn-archive) to dow
sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
```
-You now can go compile it from the source, and note that the pre-compiled file is only for Ubuntu 16.04.
\ No newline at end of file
+You now can go compile it from the source and note that the pre-compiled file is only for Ubuntu 16.04.
\ No newline at end of file