Skip to content

Commit 49899ca

Browse files
authored
Merge pull request #196 from armanbilge/fix/api-url-package
Add `index.html` to API url
2 parents 17b1436 + f731ba2 commit 49899ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/main/scala/org/typelevel/sbt/TypelevelSitePlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object TypelevelSitePlugin extends AutoPlugin {
131131
val o = moduleId.organization
132132
val n = cross(moduleId.name)
133133
val v = version
134-
val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + '/')
134+
val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + "/index.html")
135135
url(s"https://www.javadoc.io/doc/$o/$n/$v/$p")
136136
}
137137

0 commit comments

Comments
 (0)