about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorJan Hrček <honza.hrk@gmail.com>2023-10-01T13·38+0200
committerclbot <clbot@tvl.fyi>2023-10-01T14·19+0000
commit4ab0a9498f4486cf818a0c307528e2dd2000d231 (patch)
treeed5e66ca86907e457ef4b1a72eaab8b102fce5f6 /nix
parentc5cb622d024cbda87711d83f8ad1214312d397e4 (diff)
docs(nix-1p): update manual links r/6681
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 <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'nix')
-rw-r--r--nix/nix-1p/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/nix/nix-1p/README.md b/nix/nix-1p/README.md
index 48a20e6ba7..d7db191774 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