From c8e4b01148bc82a151e4dd17e1e312c2356a1123 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 5 Nov 2012 11:28:37 +0100 Subject: modify source url for docs --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ) } -- cgit v1.2.3