From d25833a15d078bdc59cf642a117038c807fed6dc Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sat, 1 Dec 2018 14:19:21 +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 733a3d8..a943a76 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: `https://gitlab.ub.uni-bielefeld.de/olivier.bertrand/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/blob/master/navipy/scripts/check_blender_versions_pip.py` in blender or via commandline:
 
 ```
 blender -b -P check_blender_versions_pip.py
-- 
GitLab