Closed
Description
I’ve noticed that some links related to AnyRef
are broken on the API documentation website. Instead of leading to the scala/AnyRef.html
page, they point to the java/lang/Object.html
file, which doesn’t exist on the Scala website since java.lang.Object
is part of the Java standard library. A 404 error is obtained when clicking on these links.
The links that are broken are:
- Links for
AnyRef
methods in the search box - On the
AnyRef
page: anchor links of methods (“🔗”) and method names
This bug is present on all these websites: