Skip to content

Commit d4e68f8

Browse files
committed
Fix source link to point to language-reference-stable branch instead of specific commit
1 parent d7c3fa4 commit d4e68f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ object Build {
14161416
.add(ProjectVersion("3.1.2")) // TODO: Change that later to the current version tag. (This must happen on first forward this branch to stable release tag)
14171417
.remove[VersionsDictionaryUrl]
14181418
.add(SourceLinks(List(
1419-
dottySrcLink("language-reference-stable", temp.getAbsolutePath + "=")
1419+
s"${temp.getAbsolutePath}=github://lampepfl/dotty/language-reference-stable"
14201420
)))
14211421
.withTargets(List("___fake___.scala"))
14221422
}

0 commit comments

Comments
 (0)