From 62fe9088cabec936b8a8904872101e8d8a9e62d1 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 23 Oct 2023 05:38:40 +0200 Subject: [PATCH] add redirect to catch removed Nix manual page --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 17367b0ef2..2b4037ca48 100644 --- a/netlify.toml +++ b/netlify.toml @@ -148,6 +148,12 @@ status = 302 force = true +[[redirects]] + from = "/manual/nix/:version/package-management/profiles.html" + to = "/manual/nix/:version/command-ref/files/profiles.html" + status = 301 + force = true + [[redirects]] from = "/manual/nixpkgs" to = "/manual/nixpkgs/stable"