Skip to content

Commit

Permalink
Merge pull request #196 from armanbilge/fix/api-url-package
Browse files Browse the repository at this point in the history
Add `index.html` to API url
  • Loading branch information
armanbilge authored Mar 2, 2022
2 parents 17b1436 + f731ba2 commit 49899ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ object TypelevelSitePlugin extends AutoPlugin {
val o = moduleId.organization
val n = cross(moduleId.name)
val v = version
val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + '/')
val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + "/index.html")
url(s"https://www.javadoc.io/doc/$o/$n/$v/$p")
}

Expand Down

0 comments on commit 49899ca

Please sign in to comment.