aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn's Brew2021-02-05 19:35:59 +0100
committerGitHub2021-02-05 18:35:59 +0000
commit6e0e760526090c694ce6507db71122654ffc3000 (patch)
tree847ee3197f41c6f21df94c3a59d0292023ff96be
parent9c59c3d94ae3f922ee538d593304cdf2976685aa (diff)
Add file line to source link from scaladoc (#2072)
Signed-off-by: Jean Bruant <jean.bruant@ovhcloud.com>
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
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)
)