mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 07:16:17 +02:00
remove link to relocated manual page (#10703)
fix old anchor redirects to point to the correct location
This commit is contained in:
parent
05ad4e8806
commit
49bd408c10
2 changed files with 4 additions and 5 deletions
|
@ -290,10 +290,10 @@ const redirects = {
|
||||||
"ssec-gc-roots": "package-management/garbage-collector-roots.html",
|
"ssec-gc-roots": "package-management/garbage-collector-roots.html",
|
||||||
"chap-package-management": "package-management/index.html",
|
"chap-package-management": "package-management/index.html",
|
||||||
"sec-profiles": "package-management/profiles.html",
|
"sec-profiles": "package-management/profiles.html",
|
||||||
"ssec-s3-substituter": "package-management/s3-substituter.html",
|
"ssec-s3-substituter": "store/types/s3-substituter.html",
|
||||||
"ssec-s3-substituter-anonymous-reads": "package-management/s3-substituter.html#anonymous-reads-to-your-s3-compatible-binary-cache",
|
"ssec-s3-substituter-anonymous-reads": "store/types/s3-substituter.html#anonymous-reads-to-your-s3-compatible-binary-cache",
|
||||||
"ssec-s3-substituter-authenticated-reads": "package-management/s3-substituter.html#authenticated-reads-to-your-s3-binary-cache",
|
"ssec-s3-substituter-authenticated-reads": "store/types/s3-substituter.html#authenticated-reads-to-your-s3-binary-cache",
|
||||||
"ssec-s3-substituter-authenticated-writes": "package-management/s3-substituter.html#authenticated-writes-to-your-s3-compatible-binary-cache",
|
"ssec-s3-substituter-authenticated-writes": "store/types/s3-substituter.html#authenticated-writes-to-your-s3-compatible-binary-cache",
|
||||||
"sec-sharing-packages": "package-management/sharing-packages.html",
|
"sec-sharing-packages": "package-management/sharing-packages.html",
|
||||||
"ssec-ssh-substituter": "package-management/ssh-substituter.html",
|
"ssec-ssh-substituter": "package-management/ssh-substituter.html",
|
||||||
"chap-quick-start": "quick-start.html",
|
"chap-quick-start": "quick-start.html",
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
- [Serving a Nix store via HTTP](package-management/binary-cache-substituter.md)
|
- [Serving a Nix store via HTTP](package-management/binary-cache-substituter.md)
|
||||||
- [Copying Closures via SSH](package-management/copy-closure.md)
|
- [Copying Closures via SSH](package-management/copy-closure.md)
|
||||||
- [Serving a Nix store via SSH](package-management/ssh-substituter.md)
|
- [Serving a Nix store via SSH](package-management/ssh-substituter.md)
|
||||||
- [Serving a Nix store via S3](package-management/s3-substituter.md)
|
|
||||||
- [Remote Builds](advanced-topics/distributed-builds.md)
|
- [Remote Builds](advanced-topics/distributed-builds.md)
|
||||||
- [Tuning Cores and Jobs](advanced-topics/cores-vs-jobs.md)
|
- [Tuning Cores and Jobs](advanced-topics/cores-vs-jobs.md)
|
||||||
- [Verifying Build Reproducibility](advanced-topics/diff-hook.md)
|
- [Verifying Build Reproducibility](advanced-topics/diff-hook.md)
|
||||||
|
|
Loading…
Reference in a new issue