mirror of https://gitlab.com/basile.b/dexed.git
Change basile repos from github URLs to gitlab
This commit is contained in:
parent
273291aca0
commit
09e8e61c20
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.<version>.<platform>.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.<version>.<platform>.zip`).
|
||||
* 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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue