From 0e9b2dcd94f182800d4fce21da7cf534ff3b6d2e Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Sun, 5 Mar 2023 04:04:48 +0100 Subject: [PATCH] add redirect to catch removed Nix manual page page removed in https://github.com/NixOS/nix/pull/7973 --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index c8255dc0dd..d6b08797d7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -142,6 +142,12 @@ status = 302 force = true +[[redirects]] + from = "/manual/nix/:version/package-management/channels.html" + to = "/manual/nix/:version/command-ref/nix-channel.html" + status = 302 + force = true + [[redirects]] from = "/manual/nixpkgs" to = "/manual/nixpkgs/stable"