Skip to content

Commit

Permalink
add redirect to catch removed Nix manual page
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Oct 23, 2023
1 parent a66699e commit 62fe908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62fe908

Please sign in to comment.