summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJohn's Brew2021-02-05 19:38:44 +0100
committerGitHub2021-02-05 18:38:44 +0000
commite3b6cf4e7230ce12174832fca48d1384553b02f6 (patch)
treeab2c3e4e7450f0a27f24a7e58d822862a94ebae5 /build.sbt
parent8fa46071c382b6fdecba86a9bab729526fa4fbe2 (diff)
Add file line to source link from scaladoc (#1776)
Signed-off-by: Jean Bruant <jean.bruant@ovhcloud.com>
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 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}"
}
)
)