Skip to content

Commit

Permalink
add coulomb package prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Sep 23, 2023
1 parent f82ff67 commit c0fe7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ lazy val docs = project
.addApiLinks(
// default will be coulomb api
ApiLinks(baseUri =
"https://www.javadoc.io/doc/com.manyangled/coulomb-docs_3/latest/"
"https://www.javadoc.io/doc/com.manyangled/coulomb-docs_3/latest/",
packagePrefix = "coulomb"
)
)
.addTargets(
Expand Down

0 comments on commit c0fe7b8

Please sign in to comment.