We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b1436 commit f731ba2Copy full SHA for f731ba2
site/src/main/scala/org/typelevel/sbt/TypelevelSitePlugin.scala
@@ -131,7 +131,7 @@ object TypelevelSitePlugin extends AutoPlugin {
131
val o = moduleId.organization
132
val n = cross(moduleId.name)
133
val v = version
134
- val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + '/')
+ val p = tlSiteApiPackage.value.fold("")(_.replace('.', '/') + "/index.html")
135
url(s"https://www.javadoc.io/doc/$o/$n/$v/$p")
136
}
137
0 commit comments