From 09e8e61c2049d6673d41a6bfed2211b79d747ccb Mon Sep 17 00:00:00 2001 From: Tony Crowe Date: Wed, 13 Apr 2022 04:47:20 -0600 Subject: [PATCH] Change basile repos from github URLs to gitlab --- docs/features_dcd.md | 2 +- docs/setup.md | 4 ++-- isitthere/readme.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features_dcd.md b/docs/features_dcd.md index 48dc32c1..e1e71ced 100644 --- a/docs/features_dcd.md +++ b/docs/features_dcd.md @@ -18,7 +18,7 @@ The D Completion Daemon (DCD) is used to accomplish IDE-grade features such as ## Setup -_DCD_ is a third part software, it's bundled in the archives distributed for each new [release](https://github.com/Basile-z/dexed/releases). +_DCD_ is a third part software, it's bundled in the archives distributed for each new [release](https://gitlab.com/basile.b/dexed/-/releases). However, _DCD_ may have to be build manually, for example if a new version is released while _Dexed_ development is paused for a while. Visit the product [homepage](https://github.com/dlang-community/DCD) for more information. diff --git a/docs/setup.md b/docs/setup.md index be4062fa..9b08a764 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -28,7 +28,7 @@ To enhance the appearence, you can also setup some theme engines (such as Adwait **Note that this section contains obsolete links and should not be followed unless you put your hands on an old version of the setup program** -* Go to [the release page](https://github.com/Basile-z/dexed/releases), +* Go to [the release page](https://gitlab.com/basile.b/dexed/-/releases), * Choose the zipped setup for your platform (at the bottom of a release log, the buttons labeled `dexed...setup.zip`). * The content must be extracted and executed: * note that the option `--nodcd` can be typed to skip the installation of the completion daemon. @@ -50,7 +50,7 @@ Note for the future versions: **Note that this section contains obsolete links and should not be followed unless you put your hands on an old version of the zips containing the binaries** -* Go to [the release page](https://github.com/Basile-z/dexed/releases), +* Go to [the release page](https://gitlab.com/basile.b/dexed/-/releases), * Choose the binaries for your platform (at the bottom of an entry, the buttons labeled `dexed...zip`). * Extract the executables. * Linux: it's recommended to put them in `/home//bin`, since it's a known system PATH and that it doesn't require the super user privileges. diff --git a/isitthere/readme.md b/isitthere/readme.md index f7d62422..b30b623d 100644 --- a/isitthere/readme.md +++ b/isitthere/readme.md @@ -1,2 +1,2 @@ This folder contains the scripts used to generate several perfect hashsets used in dexed. -They are generated using [IsItThere ?](https://github.com/Basile-z/IsItThere) +They are generated using [IsItThere ?](https://gitlab.com/basile.b/isitthere)