From 4ab0a9498f4486cf818a0c307528e2dd2000d231 Mon Sep 17 00:00:00 2001 From: Jan HrĨek Date: Sun, 1 Oct 2023 15:38:12 +0200 Subject: docs(nix-1p): update manual links I found some links to nix manual are not working (they redirect me to manual homepage and one github link led to 404 page), so I fixed all the links for which I was able to find appropriate target. Imported from https://github.com/tazjin/nix-1p/pull/15 Change-Id: Ie933951e9743649d7794a6bd2a82c3a0ed328336 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9501 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: tazjin --- nix/nix-1p/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'nix') diff --git a/nix/nix-1p/README.md b/nix/nix-1p/README.md index 48a20e6ba72a..d7db1917747b 100644 --- a/nix/nix-1p/README.md +++ b/nix/nix-1p/README.md @@ -600,15 +600,15 @@ details (note: the convention has moved away from using `self` in favor of updated to reflect this). [currying]: https://en.wikipedia.org/wiki/Currying -[builtins]: https://nixos.org/nix/manual/#ssec-builtins +[builtins]: https://nixos.org/manual/nix/stable/language/builtins [nixpkgs]: https://github.com/NixOS/nixpkgs [lib-src]: https://github.com/NixOS/nixpkgs/tree/master/lib [nixdoc]: https://github.com/tazjin/nixdoc -[lib-manual]: https://nixos.org/nixpkgs/manual/#sec-functions-library -[channels]: https://nixos.org/nix/manual/#sec-channels -[trivial builders]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/trivial-builders.nix -[smkd]: https://nixos.org/nixpkgs/manual/#chap-stdenv -[drv-manual]: https://nixos.org/nix/manual/#ssec-derivation +[lib-manual]: https://nixos.org/manual/nixpkgs/stable/#sec-functions-library +[channels]: https://nixos.org/manual/nix/stable/command-ref/files/channels +[trivial builders]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/trivial-builders/default.nix +[smkd]: https://nixos.org/manual/nixpkgs/stable/#chap-stdenv +[drv-manual]: https://nixos.org/manual/nix/stable/language/derivations [fp]: https://github.com/NixOS/nixpkgs/blob/master/lib/fixed-points.nix -[on overrides]: https://nixos.org/nixpkgs/manual/#sec-overrides -[on overlays]: https://nixos.org/nixpkgs/manual/#chap-overlays +[on overrides]: https://nixos.org/manual/nixpkgs/stable/#chap-overrides +[on overlays]: https://nixos.org/manual/nixpkgs/stable/#chap-overlays -- cgit 1.4.1