Replace invalid documentation links#2973
Conversation
IgnatBeresnev
left a comment
There was a problem hiding this comment.
Thanks for noticing and fixing this!
|
I got curious about why we had these invalid links. The information about module documentation was previously part of the KDoc page, and the link was If you follow that link, it'll redirect to However, when the information about module documentation was moved to a separate page, we changed only the name of the html file ( cc @sarahhaggarty JFYI :) |
Multiple places throughout the repository link the Module documentation. The link contains an additional
/referencein the path and therefore produce a404.Old link:
New link:
Should this be a temporary error on the kotlinlang website feel free to just close the PR.