From 6e0e760526090c694ce6507db71122654ffc3000 Mon Sep 17 00:00:00 2001 From: John's Brew Date: Fri, 5 Feb 2021 19:35:59 +0100 Subject: Add file line to source link from scaladoc (#2072) Signed-off-by: Jean Bruant --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 374bc273..d779920b 100644 --- a/build.sbt +++ b/build.sbt @@ -173,7 +173,7 @@ lazy val docSettings = Seq( } else { s"v${version.value}" } - s"https://github.com/freechipsproject/firrtl/tree/$branch€{FILE_PATH}.scala" + s"https://github.com/chipsalliance/firrtl/tree/$branch€{FILE_PATH_EXT}#L€{FILE_LINE}" } ) ++ scalacDocOptionsVersion(scalaVersion.value) ) -- cgit v1.2.3