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 <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
c5cb622d02
commit
4ab0a9498f
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue