Open
Description
FeepingCreature (@FeepingCreature) reported this on 2020-09-24T06:31:31Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=21274
Description
You can reach https://dlang.org/library/std/regex.html and https://dlang.org/library/std/regex/replace_all.html via Google ("dlang" "replaceAll"). When you do, you will reach a site that nominally works, but has for instance a broken anchor link to https://dlang.org/library/std/regex/replace_all.html#Replace%20format%20string , because the std.regex docs expect to be on a single generated html site.
https://dlang.org/library/ should probably redirect to the corresponding https://dlang.org/phobos/ page.