From aa0bf4249151eb2d2e94d50d4d96a423f10c73be Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 23 Aug 2022 08:55:19 +0200 Subject: [PATCH] fix typo in link --- source/tutorials/nix-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index 1faee80..f1d248c 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -546,7 +546,7 @@ For example, `` points to the subdirectory `lib` of that file syste While you will see many such examples, we recommend to {ref}`avoid search paths ` in practice, as they are not fully reproducible. [NIX_PATH]: https://nixos.org/manual/nix/unstable/command-ref/env-common.html?highlight=nix_path#env-NIX_PATH -[nixpkgs]: https://github.org/NixOS/nixpkgs +[nixpkgs]: https://github.com/NixOS/nixpkgs [manual-primitives]: https://nixos.org/manual/nix/stable/expressions/language-values.html#primitives ### Indented strings