From becda5442ba3d2a91ce563b1131938a4ee51e751 Mon Sep 17 00:00:00 2001 From: Dirk Sohler <dirk@0x7be.de> Date: Tue, 5 Jun 2018 20:02:28 +0200 Subject: [PATCH] make changes for #movetogitlab --- README.md | 6 +++--- streetlights_api/description.txt | 2 +- streetlights_lamps/README.md | 2 +- streetlights_lamps/description.txt | 4 ++-- streetlights_poles/README.md | 2 +- streetlights_poles/description.txt | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 695839b..15ff77d 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  -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 ac4a822..7857508 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 b4e376d..80e1c5b 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*.  -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 9e2ffbd..5221a8b 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 55fc574..d97311c 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*.  -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 49a5b8b..104d519 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 -- GitLab