summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"
}
)
)