scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.88k stars 1.06k forks source link

Broken link for #:: on the Scaladoc website search results #14505

Closed Nicolapps closed 2 years ago

Nicolapps commented 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
image
romanowski commented 2 years ago

Thank you @Nicolapps for reporting, it seems we are missing escaping in the links we generate. cc @jchyb