diff --git a/api/src/main/java/net/kyori/adventure/nbt/api/package-info.java b/api/src/main/java/net/kyori/adventure/nbt/api/package-info.java index 043c10844..5ff0f6efd 100644 --- a/api/src/main/java/net/kyori/adventure/nbt/api/package-info.java +++ b/api/src/main/java/net/kyori/adventure/nbt/api/package-info.java @@ -25,6 +25,6 @@ * Holders of Named Binary Tags. * * @see wiki.vg/NBT - * @see minecraft.fandom.com/wiki/NBT_format + * @see minecraft.wiki/w/NBT_format */ package net.kyori.adventure.nbt.api; diff --git a/api/src/main/java/net/kyori/adventure/text/NBTComponent.java b/api/src/main/java/net/kyori/adventure/text/NBTComponent.java index 1861c2784..e31940641 100644 --- a/api/src/main/java/net/kyori/adventure/text/NBTComponent.java +++ b/api/src/main/java/net/kyori/adventure/text/NBTComponent.java @@ -37,7 +37,7 @@ *

This component consists of:

*
*
nbtPath
- *
a path to specify which parts of the nbt you want displayed(examples).
+ *
a path to specify which parts of the nbt you want displayed(examples).
*
interpret
*
a boolean telling adventure if the fetched NBT value should be parsed as JSON
*