Skip to content

Commit

Permalink
Replace javadoc.io with javadocs.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Oct 5, 2023
1 parent 0d2b36b commit 40c70aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tasks {
opt.links("https://jd.advntr.dev/text-minimessage/4.14.0/")
opt.links("https://google.github.io/guice/api-docs/" + libs.guice.get().versionConstraint.toString() + "/javadoc/")
opt.links("https://checkerframework.org/api/")
opt.links("https://javadoc.io/doc/com.intellectualsites.informative-annotations/informative-annotations/latest/")
opt.links("https://javadocs.dev/com.intellectualsites.informative-annotations/informative-annotations/1.4/")
opt.isLinkSource = true
opt.bottom(File("$rootDir/javadocfooter.html").readText())
opt.isUse = true
Expand Down

0 comments on commit 40c70aa

Please sign in to comment.