Skip to content

Commit

Permalink
Merge pull request #171 from FabioPinheiro/fix/scaladoc_links
Browse files Browse the repository at this point in the history
Fix links on the Scaladoc
  • Loading branch information
FabioPinheiro authored Nov 26, 2023
2 parents 75c3be9 + f09a2cb commit 614ea26
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 @@ -73,7 +73,7 @@ lazy val docConfigure: Project => Project =
// REMOVE println(path.getAbsolutePath())
path
},
apiURL := Some(url(s"https://did.fmgp.app/apis/${name.value}/${baseDirectory.value.getName}")),
apiURL := Some(url(s"https://doc.did.fmgp.app/api/")), // or s"https://javadoc.io/doc/app.fmgp/${name.value}_3"
)

/** Custom commands:
Expand Down

0 comments on commit 614ea26

Please sign in to comment.