Closed
Description
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.quoted
here 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?