Closed Nicolapps closed 2 years ago
When searching for the #:: object on the API documentation website, the link doesn’t lead to the correct URL (I get a 404 page when clicking on it).
#::
The URL that I currently get is:
https://scala-lang.org/api/3.x/scala/#::$.html
In order for the link to work, it should rather lead to:
https://scala-lang.org/api/3.x/scala/%23::$.html
Thank you @Nicolapps for reporting, it seems we are missing escaping in the links we generate. cc @jchyb
When searching for the
#::
object on the API documentation website, the link doesn’t lead to the correct URL (I get a 404 page when clicking on it).The URL that I currently get is:
In order for the link to work, it should rather lead to: