Skip to content

Commit ba91aca

Browse files
committed
Add docs source link
1 parent 55da939 commit ba91aca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project/Build.scala

+3-1
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,9 @@ object Build {
16331633
"github::https://github.com/lampepfl/dotty," +
16341634
"gitter::https://gitter.im/scala/scala," +
16351635
"twitter::https://twitter.com/scala_lang",
1636-
s"-source-links:$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library",
1636+
s"-source-links:" +
1637+
s"$stdLibRoot=github://scala/scala/v${stdlibVersion(Bootstrapped)}#src/library," +
1638+
s"docs=github://lampepfl/dotty/master#docs",
16371639
"-doc-root-content", docRootFile.toString
16381640
)
16391641
))

0 commit comments

Comments
 (0)