aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index e41647e..2029334 100644
--- a/build.sbt
+++ b/build.sbt
@@ -25,6 +25,6 @@ scalacOptions in Compile in doc <++= baseDirectory.map {
"-sourcepath",
bd.getAbsolutePath,
"-doc-source-url",
- "https://github.com/jodersky/scalam/tree/2.10€{FILE_PATH}.scala"
+ "https://github.com/jodersky/scalam/tree/master€{FILE_PATH}.scala"
)
}