-
Notifications
You must be signed in to change notification settings - Fork 353
Description
During investigation of issue: erlang/otp#10361
We found that it's not a localised issue, it's a global issue in erlang documentation.
It's present in for example: https://www.erlang.org/docs/28/apps/mnesia/mnesia.html#summary
You can see that all links in summary section are not working.
When you look at the summary of older erlang release it is working:
https://www.erlang.org/docs/27/apps/mnesia/mnesia.html#summary
When bisecting the otp source code when it was broken we found it was this PR: erlang/otp#9825
Naturally we then bisected the ex_doc source code to check when it stopped working and got pointed here: 8552c49
Since we found that it was broken in ex_doc 0.38.0, we looked at elixir documentation and found the same issue there.
Here the links are not working:
https://hexdocs.pm/elixir/1.18.4/Access.html#summary
Here the links are working:
https://hexdocs.pm/elixir/1.18.3/Access.html#summary
Could you assist?