Skip to content

Commit

Permalink
Merge pull request #5 from OneLiteFeatherNET/chore/javadocs-improvements
Browse files Browse the repository at this point in the history
[Chore] Change adventure javadocs link
  • Loading branch information
TheMeinerLP authored May 24, 2024
2 parents 3eb3af5 + 5412807 commit 783b397
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 783b397

Please sign in to comment.