Skip to content

Commit

Permalink
Fix doc-source-url for api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlovgr committed Nov 29, 2023
1 parent cac3f40 commit 1b21434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ lazy val mdocSettings = Seq(
),
// format: off
ScalaUnidoc / unidoc / scalacOptions ++= Seq(
"-doc-source-url", s"https://github.com/vlovgr/ciris/tree/v${(ThisBuild / latestVersion).value}€{FILE_PATH}.scala",
"-doc-source-url", s"https://github.com/vlovgr/ciris/tree/v${(ThisBuild / latestVersion).value}/€{FILE_PATH}.scala",
"-sourcepath", (LocalRootProject / baseDirectory).value.getAbsolutePath,
"-doc-title", "Ciris",
"-doc-version", s"v${(ThisBuild / latestVersion).value}",
Expand Down

0 comments on commit 1b21434

Please sign in to comment.