## Problem Currently, [this redirection config][1] works for https://nixos.org/manual/nix/stable/language/values but fails for https://nixos.org/manual/nix/stable/language/values.html. Both links are used in Nixpkgs manual and `language/values.html` is used more often. For example: - https://github.com/NixOS/nixpkgs/blob/330d78e84a77fa5a8682a10b1ec4a4d39bade6c0/lib/fileset/default.nix#L337 - https://github.com/NixOS/nixpkgs/blob/330d78e84a77fa5a8682a10b1ec4a4d39bade6c0/lib/fileset/default.nix#L917 [1]: https://github.com/NixOS/nix/blob/0187919eca48650b54373362555799e0661a428e/doc/manual/source/_redirects#L38 [latest Nix manual]: https://nix.dev/manual/nix/development/ [source]: https://github.com/NixOS/nix/tree/master/doc/manual/source [open documentation issues and pull requests]: https://github.com/NixOS/nix/labels/documentation --- Add :+1: to [issues you find important](https://github.com/NixOS/nix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc).
Problem
Currently, this redirection config works for https://nixos.org/manual/nix/stable/language/values but fails for https://nixos.org/manual/nix/stable/language/values.html.
Both links are used in Nixpkgs manual and
language/values.htmlis used more often. For example:Add 👍 to issues you find important.