diff --git a/_redirects b/_redirects index a21835347..d5a31b953 100644 --- a/_redirects +++ b/_redirects @@ -37,5 +37,7 @@ /permalink/stub-ld /guides/faq#how-to-run-non-nix-executables 301 /manual/nix /reference/nix-manual 200 +/manual/nix/unstable/* https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat 200 +/manual/nix/development/* https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat 200 /tutorials/nixos/continuous-integration-github-actions /guides/recipes/continuous-integration-github-actions 301 /guides/recipes/autoformatting /guides/faq#how-to-format-nix-language-code-automatically 301 diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index d98a98198..000000000 --- a/netlify.toml +++ /dev/null @@ -1,15 +0,0 @@ -[[redirects]] -from = "/manual/nix/unstable/*" -to = "https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat" -status = 200 -force = true -[redirects.headers] -X-From = "nix.dev-Uogho3gi" - -[[redirects]] -from = "/manual/nix/development/*" -to = "https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat" -status = 200 -force = true -[redirects.headers] -X-From = "nix.dev-Uogho3gi"