Skip to content

Commit 65672c2

Browse files
committed
Point at library subfolder
1 parent ba88050 commit 65672c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/project/Lib.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ object Lib {
103103
Nil
104104
else {
105105
val a = p.base.toURI.toString.replaceFirst("[^/]+/?$", "")
106-
val g = s"https://raw.githubusercontent.com/japgolly/$ghProject"
106+
val g = s"https://raw.githubusercontent.com/japgolly/$ghProject/library"
107107
val flag = if (isDotty) "-scalajs-mapSourceURI" else "-P:scalajs:mapSourceURI"
108108
s"$flag:$a->$g/v$ver/" :: Nil
109109
}

0 commit comments

Comments
 (0)