Thread overview
broken urls in library reference
May 06, 2016
Sebastiaan Koppe
May 06, 2016
Adam D. Ruppe
May 06, 2016
Sebastiaan Koppe
May 06, 2016
I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule.

This directed me to https://dlang.org/library/std/std_algorithm_searching.html, which returned 404.
May 06, 2016
On Friday, 6 May 2016 at 12:31:33 UTC, Sebastiaan Koppe wrote:
> I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule.

There's a lot of hard-coded links in the Phobos source. We have a plan to change it but it isn't finished being merged yet.
May 06, 2016
On Friday, 6 May 2016 at 13:18:18 UTC, Adam D. Ruppe wrote:
> On Friday, 6 May 2016 at 12:31:33 UTC, Sebastiaan Koppe wrote:
>> I came from https://dlang.org/library/std/algorithm.html and clicked the std.algorithm.searching submodule.
>
> There's a lot of hard-coded links in the Phobos source. We have a plan to change it but it isn't finished being merged yet.

That is a great effort. And I applaud it. But downtime is downtime.

Having said that, I just looked and it is resolved already.