diff options
Diffstat (limited to 'doc/manual/src/installation/obtaining-source.md')
-rw-r--r-- | doc/manual/src/installation/obtaining-source.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/src/installation/obtaining-source.md b/doc/manual/src/installation/obtaining-source.md index da05d243d..9c88942c3 100644 --- a/doc/manual/src/installation/obtaining-source.md +++ b/doc/manual/src/installation/obtaining-source.md @@ -1,13 +1,13 @@ # Obtaining the Source -The most recent sources of Nix can be obtained from its [Git -repository](https://github.com/NixOS/nix). For example, the following +The most recent sources of Lix can be obtained from its [Git +repository](https://git.lix.systems/lix-project/lix). For example, the following command will check out the latest revision into a directory called `nix`: ```console -$ git clone https://github.com/NixOS/nix +$ git clone https://git.lix.systems/lix-project/lix ``` Likewise, specific releases can be obtained from the -[tags](https://github.com/NixOS/nix/tags) of the repository. +[tags](https://git.lix.systems/lix-project/lix/tags) of the repository. |