Skip to content

Commit b52e823

Browse files
authored
Merge pull request #1402 from RealBauHD/chore/wiki.vg
chore: replace wiki.vg links
2 parents 5ef5d1d + f235ab5 commit b52e823

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nbt/src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* An implementation of the <a href="https://wiki.vg/NBT">NBT</a> format.
2+
* An implementation of the <a href="https://minecraft.wiki/w/NBT_format">NBT</a> format.
33
*
44
* <p>Adventure supports serializing to both binary and string representations
55
* of the tags, both through {@link net.kyori.adventure.nbt.BinaryTagIO}</p>

nbt/src/main/java/net/kyori/adventure/nbt/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424
/**
25-
* An implementation of the <a href="https://wiki.vg/NBT">NBT</a> format.
25+
* An implementation of the <a href="https://minecraft.wiki/w/NBT_format">NBT</a> format.
2626
*
2727
* <p>Adventure supports serializing to both binary and string representations
2828
* of the tags, both through {@link net.kyori.adventure.nbt.BinaryTagIO}</p>

0 commit comments

Comments
 (0)