From 21a5f3b7f301f95ee2674cb8f0eff17dce47e86c Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sun, 5 Mar 2023 03:14:39 +0100 Subject: [PATCH] add redirect to catch removed Nix manual page page removed in https://github.com/NixOS/nix/pull/7972 --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index c8255dc0dd..7ee9715a5d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -142,6 +142,12 @@ status = 302 force = true +[[redirects]] + from = "/manual/nix/:version/package-management/s3-substituter*" + to = "/manual/nix/:version/command-ref/conf-file.html#conf-substituters" + status = 302 + force = true + [[redirects]] from = "/manual/nixpkgs" to = "/manual/nixpkgs/stable"