Skip to content

Commit 5a18ce1

Browse files
committed
chore: update javadoc links
1 parent b129a5f commit 5a18ce1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ subprojects {
6262
tasks.withType(Javadoc).configureEach {
6363
options {
6464
links(
65-
"https://jd.adventure.kyori.net/api/$adventure",
66-
"https://jd.adventure.kyori.net/text-serializer-legacy/$adventure",
67-
"https://jd.adventure.kyori.net/text-serializer-gson/$adventure",
68-
"https://jd.adventure.kyori.net/nbt/$adventure"
65+
"https://jd.advntr.dev/api/$adventure",
66+
"https://jd.advntr.dev/text-serializer-legacy/$adventure",
67+
"https://jd.advntr.dev/text-serializer-gson/$adventure",
68+
"https://jd.advntr.dev/nbt/$adventure"
6969
)
7070
}
7171
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.caching=true
22
org.gradle.parallel=true
33

4-
javadocPublishRoot=https://jd.adventure.kyori.net/platform/
4+
javadocPublishRoot=https://jd.advntr.dev/

0 commit comments

Comments
 (0)