Change basile repos from github URLs to gitlab

This commit is contained in:
Tony Crowe 2022-04-13 04:47:20 -06:00
parent 273291aca0
commit 09e8e61c20
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ The D Completion Daemon (DCD) is used to accomplish IDE-grade features such as
## Setup ## 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. 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. Visit the product [homepage](https://github.com/dlang-community/DCD) for more information.

View File

@ -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** **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.<version>.<platform>.setup.zip`). * Choose the zipped setup for your platform (at the bottom of a release log, the buttons labeled `dexed.<version>.<platform>.setup.zip`).
* The content must be extracted and executed: * The content must be extracted and executed:
* note that the option `--nodcd` can be typed to skip the installation of the completion daemon. * 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** **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.<version>.<platform>.zip`). * Choose the binaries for your platform (at the bottom of an entry, the buttons labeled `dexed.<version>.<platform>.zip`).
* Extract the executables. * Extract the executables.
* Linux: it's recommended to put them in `/home/<your account>/bin`, since it's a known system PATH and that it doesn't require the super user privileges. * Linux: it's recommended to put them in `/home/<your account>/bin`, since it's a known system PATH and that it doesn't require the super user privileges.

View File

@ -1,2 +1,2 @@
This folder contains the scripts used to generate several perfect hashsets used in dexed. 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)