From e3b6cf4e7230ce12174832fca48d1384553b02f6 Mon Sep 17 00:00:00 2001 From: John's Brew Date: Fri, 5 Feb 2021 19:38:44 +0100 Subject: Add file line to source link from scaladoc (#1776) Signed-off-by: Jean Bruant --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2400233a..fc19d2ad 100644 --- a/build.sbt +++ b/build.sbt @@ -196,7 +196,7 @@ lazy val chisel = (project in file(".")). } else { s"v${version.value}" } - s"https://github.com/freechipsproject/chisel3/tree/$branch/€{FILE_PATH}.scala" + s"https://github.com/chipsalliance/chisel3/tree/$branch€{FILE_PATH_EXT}#L€{FILE_LINE}" } ) ) -- cgit v1.2.3