diff --git a/README.md b/README.md
index 6a7b7fea2fd45687ee5c053db2fcbf50595b31aa..c4282a6e843eb6c4fb8fc5c18ce12f83311a0a9a 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ You are free to use this code, but no warranty whatsoever is given.
 To install/ upgrade the package, run the command below. It is assumed that you have git and pip installed on your system.
 
 ```bash
-pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user
+pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U --user
 ```
 
 If you have installed using Anaconda, we recommend to not use the argument `--user`.
@@ -21,7 +21,7 @@ The argument `-U` implies you should upgrade if you have already installed this
 
 ## Usage
 
-Here we will briefly explain how to use the library. Please also see the [Online Documentation](https://ess-bp.pages.esss.lu.se/ess-python-tools).
+Here we will briefly explain how to use the library. Please also see the [Online Documentation](http://ess-bp.pages.esss.lu.se/ess-python-tools).
 
 ### lib\_tw
 
@@ -61,7 +61,7 @@ lib_tw includes a function to convert loss/elem to loss/elem-length. Examples:
 # - dlt_dt is a small number used to identify DTL_CEL elements. (Play with this number is there is an error message.)
 #
 # - An example to make a bar plot with an output file of this script can be found in
-#   https://gitlab01.esss.lu.se/ess-bp/pgfplots-examples/tree/master/loss.den
+#   https://gitlab.esss.lu.se/ess-bp/pgfplots-examples/tree/master/loss.den
 
 from ess import lib_tw
 
diff --git a/doc/index.rst b/doc/index.rst
index c5d9dc9456fac1e709c654643bae8c026fc98fbd..6c1466f7c20c9eca023700f7500e2a79d645f734 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -9,13 +9,13 @@ Installation is easiest using pip. If you want to install just for your user typ
 
 .. code-block:: bash
 
-    pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U --user
+    pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U --user
 
 If you want to install it system wide, omit the `-\-user` argument:
 
 .. code-block:: bash
 
-    pip install git+https://gitlab01.esss.lu.se/ess-bp/ess-python-tools.git -U
+    pip install git+https://gitlab.esss.lu.se/ess-bp/ess-python-tools.git -U
 
 
 .. _GitLab: https://gitlab.esss.lu.se/ess-bp/ess-python-tools/
diff --git a/setup.py b/setup.py
index 47099c26c761044af0de5c394a8e6bbc06af26ec..395afb2420c11fad049165be13ddaf008dd085e7 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from distutils.core import setup
 setup(name='ESS Python Tools',
     version='1.8',
     description='ESS Related Tools',
-    url='https://gitlab01.esss.lu.se/ess-bp/ess-python-tools',
+    url='http://ess-bp.pages.esss.lu.se/ess-python-tools',
     author='Yngve Inntjore Levinsen',
     author_email='yngve.levinsen@esss.se',
     classifiers=[