Skip to content

Commit f677e26

Browse files
committed
chore: fix broken javadocs links
1 parent 811497b commit f677e26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ javadoc {
4242
options.charSet = 'UTF-8'
4343
options.links(
4444
'https://hub.spigotmc.org/javadocs/spigot/',
45-
'https://jd.papermc.io/waterfall/1.19/', // Use Waterfall's JavaDocs instead of Bungee's since those are broken
46-
'https://docs.oracle.com/en/java/javase/11/docs/api//',
47-
'https://jd.adventure.kyori.net/api/4.11.0/'
45+
'https://jd.papermc.io/waterfall/1.21/', // Use Waterfall's JavaDocs instead of Bungee's since those are broken
46+
'https://docs.oracle.com/en/java/javase/21/docs/api/',
47+
'https://jd.advntr.dev/text-minimessage/4.26.1/'
4848
)
4949

5050
// Disable the crazy super-strict doclint tool in Java 8

0 commit comments

Comments
 (0)