Skip to content

Commit

Permalink
[Chore] Change adventure javadocs link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed May 24, 2024
1 parent 3eb3af5 commit 5412807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tasks {
addStringOption("-release", "21")
// Links to external javadocs
links("https://docs.oracle.com/en/java/javase/21/docs/api/")
links("https://jd.adventure.kyori.net/api/${libs.versions.adventure.get()}/")
links("https://jd.advntr.dev/api/${libs.versions.adventure.get()}/")
}
}
withType<Zip> {
Expand Down

0 comments on commit 5412807

Please sign in to comment.