Skip to content

Commit f731ba2

Browse files
committed
Add index.html to API url
1 parent 17b1436 commit f731ba2

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)