Closed
Description
The first edition of the Book is moved from /book
into /book/first-edition
, but some links in the API documentation are not following the change. For example, in core::ops::Deref
documentation, there is a link to the 'Deref
coercions' page of the first edition, with older URL structure.
This makes kind of "broken link" in the documentation, though it's not a real broken link, because the pages under the older URL suggest that we try with the namespace added. However, it does add additional link that visitors should follow, which probably isn't what they want.
I think the solution is simple; adding first-edition
namespace if the link pointing to the Book does not have any namespace. May I work on this issue?