diff --git a/README.md b/README.md
index 695839bf48f3445bade78d73459ff98077df43b2..15ff77dfeb419dcc8f5716d768d44bce2a30109b 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@ This modpack combines three mods to tegister poles and lamps with a powerful API
 
 ![Some streetlights](screenshot.png)
 
-The [Streetlights API](https://github.com/4w/streetlights/tree/master/streetlights_api) allows registering poles and lamps and that provides the Mesecon signal receiver that is used to forward the signal to the poles/lamps.
+The [Streetlights API](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) allows registering poles and lamps and that provides the Mesecon signal receiver that is used to forward the signal to the poles/lamps.
 
-Then the modpack also contains the [Streetlights Poles](https://github.com/4w/streetlights/tree/master/streetlights_poles) mod that utilizes the *Streetlights API* to register a variety of conductive poles that can be used to transfer the signal from the receiver to the lamps.
+Then the modpack also contains the [Streetlights Poles](https://gitlab.com/4w/streetlights/tree/master/streetlights_poles) mod that utilizes the *Streetlights API* to register a variety of conductive poles that can be used to transfer the signal from the receiver to the lamps.
 
-With the [Streetlights Lamps](https://github.com/4w/streetlights/tree/master/streetlights_lamps) mod some simple lamps are registered that can be used in combination with the poles to light up the environment.
+With the [Streetlights Lamps](https://gitlab.com/4w/streetlights/tree/master/streetlights_lamps) mod some simple lamps are registered that can be used in combination with the poles to light up the environment.
 
 Using the API by yourself all you need to do is downloading the *Streetlights API* mod, depend on it and register all the poles and lamps you like. The two other mods are only there to show what the API does – or as a simple way to have streetlights in your game.
diff --git a/streetlights_api/description.txt b/streetlights_api/description.txt
index ac4a82279a4fe522aceaf1f16fecbaa6d1c361f4..785750894033c0392045f1dae6defbdf1760fe8b 100644
--- a/streetlights_api/description.txt
+++ b/streetlights_api/description.txt
@@ -6,4 +6,4 @@ The API is accessible via the global `streetlights_api` table and contains two f
 
 See here for more details on the usage:
 
-https://github.com/4w/streetlights/tree/master/streetlights_api
+https://gitlab.com/4w/streetlights/tree/master/streetlights_api
diff --git a/streetlights_lamps/README.md b/streetlights_lamps/README.md
index b4e376dd3631f2887ee7cef703372d1363909995..80e1c5be1779ec10c8cc7907b5295b16db39a8cd 100644
--- a/streetlights_lamps/README.md
+++ b/streetlights_lamps/README.md
@@ -2,4 +2,4 @@ This mod adds some toggleable lamps for the *Streetlights API*.
 
 ![Screenshot of the lamps](screenshot.png)
 
-The lamps are the default Mese lamps (full node lamp and post light) and one shaped Mese lamp and they can be connected to a pole registered through the [Streetlights API mod](https://github.com/4w/streetlights/tree/master/streetlights_api) or its receiver. The mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
+The lamps are the default Mese lamps (full node lamp and post light) and one shaped Mese lamp and they can be connected to a pole registered through the [Streetlights API mod](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) or its receiver. The mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
diff --git a/streetlights_lamps/description.txt b/streetlights_lamps/description.txt
index 9e2ffbd9e6f27165bb777fe32494ef6ad99eae60..5221a8bbb51ec13e5a213eee78e8186fade744c3 100644
--- a/streetlights_lamps/description.txt
+++ b/streetlights_lamps/description.txt
@@ -2,5 +2,5 @@ This mod adds some toggleable lamps for the Streetlights API.
 
 See here for more information:
 
-https://github.com/4w/streetlights/tree/master/streetlights_lamps
-https://github.com/4w/streetlights/tree/master/streetlights_api
+https://gitlab.com/4w/streetlights/tree/master/streetlights_lamps
+https://gitlab.com/4w/streetlights/tree/master/streetlights_api
diff --git a/streetlights_poles/README.md b/streetlights_poles/README.md
index 55fc57412d4bd9ab5e3f4020fcf4b2428ca11224..d97311ccdba9956325a00189e398fada948ad545 100644
--- a/streetlights_poles/README.md
+++ b/streetlights_poles/README.md
@@ -2,4 +2,4 @@ This mod adds some conductive poles for the *Streetlights API*.
 
 ![Screenshot of some poles](screenshot.png)
 
-The poles come in various materials and can be connected to a receiver from the [Streetlights API mod](https://github.com/4w/streetlights/tree/master/streetlights_api) and the mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
+The poles come in various materials and can be connected to a receiver from the [Streetlights API mod](https://gitlab.com/4w/streetlights/tree/master/streetlights_api) and the mod should be seen as reference implementation or an easy way to see what the API does without having to create an own mod using the API.
diff --git a/streetlights_poles/description.txt b/streetlights_poles/description.txt
index 49a5b8bd7859f15d12f03475bbbe1cc9deec58f3..104d5196885962496e0b6dd5e3c57d9c623965b6 100644
--- a/streetlights_poles/description.txt
+++ b/streetlights_poles/description.txt
@@ -2,5 +2,5 @@ This mod adds some conductive poles for the Streetlights API.
 
 See here for more information:
 
-https://github.com/4w/streetlights/tree/master/streetlights_poles
-https://github.com/4w/streetlights/tree/master/streetlights_api
+https://gitlab.com/4w/streetlights/tree/master/streetlights_poles
+https://gitlab.com/4w/streetlights/tree/master/streetlights_api