diff --git a/README.md b/README.md
index 1d96536..7f8b141 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ the FreeRadius Perl plugin is not available to use the standard check script
(e.g. on OS X).
**Version 2.0**, latest version, documentation and bugtracker available on my
-[GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp)
+[GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
Copyright (c) 2015 - 2016 Frederik Lindenaar. free for distribution under the
GNU License, see [below](#license)
@@ -22,16 +22,14 @@ time I created the shell-script `privacyidea-checkotp` to get around this using
the available FreeRadius `rlm_exec` module. This solution suited my needs and
may have glitches, though so far it turned out to be a stable solution.
-Recently I have reimplemented this script in Python as starting point for my
-[privacyidea-freeradiusmodule](https://gitlab.lindenaar.net/privacyidea/freeradiusmodule),
-a FreeRadius `rlm_python` module (which is available on OS X Server). The Python
-script is intended as a drop-in replacement for the shell script with better
-error handling and logging / debugging capabilities. The way to integrate it is
-the same as the shell script version, the only change needed is the script name.
+I have reimplemented this script in Python as drop-in replacement for the shell
+script with better error handling and logging / debugging capabilities. The way
+to integrate it is the same as the shell script, the only change needed is the
+script name.
In case you have any comments / questions or issues, please raise them through
-my [GitLab instance](https://gitlab.lindenaar.net/privacyidea/checkotp) so that
-others can benefit.
+my [GitLab instance](https://gitlab.lindenaar.net/scripts/privacyidea-checkotp)
+so that others benefit.
Setup
-----
@@ -118,4 +116,4 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along with
-this program. If not, download it from .
+this program. If not, download it from .
\ No newline at end of file