You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, it appears that all the source links in the API docs point to a non-existing directory on Github, e.g.:
Going to the Quotes trait in scala.quotedhere and clicking on the source link takes you to the out directory, on the master branch, which doesn't exist - https://github.com/lampepfl/dotty/blob/master/out/bootstrap/stdlib-bootstrapped/scala-3.0.0-RC1/src_managed/main/dotty-library-src/scala/quoted/Quotes.scala#L14
I think the links should instead point to the actual source files rather than an out directory and they should also reference the particular tag tree rather than the master branch?
The text was updated successfully, but these errors were encountered:
Hello, it appears that all the source links in the API docs point to a non-existing directory on Github, e.g.:
Going to the
Quotes
trait inscala.quoted
here and clicking on the source link takes you to theout
directory, on themaster
branch, which doesn't exist -https://github.com/lampepfl/dotty/blob/master/out/bootstrap/stdlib-bootstrapped/scala-3.0.0-RC1/src_managed/main/dotty-library-src/scala/quoted/Quotes.scala#L14
I think the links should instead point to the actual source files rather than an
out
directory and they should also reference the particular tag tree rather than the master branch?The text was updated successfully, but these errors were encountered: