From ff9538c239d2c16b0d317174da50db6906b13ef8 Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sat, 1 Dec 2018 14:18:33 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cd6d44a..733a3d8 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ pip install navipy
 
 ## Blender-python version
 Navipy can be interfaced with blender. It is highly recommended to use the same version of packages of blender when doing so, in order to reduce problem of compatibility.
-To determine the packages that you will need, you can run the script: `navipy/script/check_blender_versions_pip.py` in blender or via commandline:
+To determine the packages that you will need, you can run the script: `https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/navipy/script/check_blender_versions_pip.py` in blender or via commandline:
 
 ```
 blender -b -P check_blender_versions_pip.py
-- 
GitLab