diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/contributing/hacking.md | 2 | ||||
-rw-r--r-- | doc/manual/src/installation/obtaining-source.md | 8 | ||||
-rw-r--r-- | doc/manual/src/quick-start.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/src/contributing/hacking.md b/doc/manual/src/contributing/hacking.md index a73d672d4..781aa75c1 100644 --- a/doc/manual/src/contributing/hacking.md +++ b/doc/manual/src/contributing/hacking.md @@ -137,7 +137,7 @@ You can also build Lix for one of the [supported platforms](#platforms). Lix can be built for various platforms, as specified in [`flake.nix`]: -[`flake.nix`]: https://github.com/nixos/nix/blob/master/flake.nix +[`flake.nix`]: https://git.lix.systems/lix-project/lix/src/branch/main/flake.nix - `x86_64-linux` - `x86_64-darwin` 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. diff --git a/doc/manual/src/quick-start.md b/doc/manual/src/quick-start.md index 862eed432..bcca9857d 100644 --- a/doc/manual/src/quick-start.md +++ b/doc/manual/src/quick-start.md @@ -22,7 +22,7 @@ to subsequent chapters. $ curl -sSf -L https://install.lix.systems/lix | sh -s -- install ``` - For systems that **already have Nix installed**, such as NixOS systems, read our [install page](https://lix.systems/install) + For systems that **already have a Nix implementation installed**, such as NixOS systems, read our [install page](https://lix.systems/install) The install script will use `sudo`, so make sure you have sufficient rights. |