diff --git a/Readme.md b/Readme.md
index b05f5fb86e84a203b66209fefc2549dcc4041f96..b3fd52e4a1ae5f6ca0531babed6f3c4ab29e9347 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,11 +1,11 @@
 # FBXSDK Python Bindings
 
 This repository contains scripts to build the FBXSDK Python Bindings for various platforms    
-**Pre-built binaries are available on the [Releases page]()**
+**Pre-built binaries are available on the [Releases page](https://gitlab.inria.fr/radili/fbxsdk_python/-/release://gitlab.inria.fr/radili/fbxsdk_python/-/releases)**
 
 ## Install
 
-1. Download from the [Release Page]() the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your `PYTHONVERSION` and `PLATFORM`. `PYTHONVERSION` 35 corresponds to any 3.5 version of Python for example. The version of Python can be found with `python --version`
+1. Download from the [Release Page](https://gitlab.inria.fr/radili/fbxsdk_python/-/releases) the archive `fbxsdkpy-cpPYTHONVERSION-PLATFORM` corresponding to your `PYTHONVERSION` and `PLATFORM`. `PYTHONVERSION` 35 corresponds to any 3.5 version of Python for example. The version of Python can be found with `python --version`
 2. Extract it
 3. Move the content of the extracted directory (not the directory itself) in either the `sites-package` directory or directly in your project directory. The path of the `sites-package` directory is generally present in the Python path, which can be obtained using `python -c "import sys; print(sys.path)"`