Skip to content

Commit

Permalink
Merge pull request #1014 from KyoriPowered/fix/wiki-links
Browse files Browse the repository at this point in the history
docs: Migrate to new wiki links, closes #1013
  • Loading branch information
kezz authored Dec 21, 2023
2 parents 87fc5dc + 6d4cef7 commit 55be048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
* Holders of Named Binary Tags.
*
* @see <a href="https://wiki.vg/NBT">wiki.vg/NBT</a>
* @see <a href="https://minecraft.fandom.com/wiki/NBT_format">minecraft.fandom.com/wiki/NBT_format</a>
* @see <a href="https://minecraft.wiki/w/NBT_format">minecraft.wiki/w/NBT_format</a>
*/
package net.kyori.adventure.nbt.api;
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* <p>This component consists of:</p>
* <dl>
* <dt>nbtPath</dt>
* <dd>a path to specify which parts of the nbt you want displayed(<a href="https://minecraft.gamepedia.com/NBT_path_format#Examples">examples</a>).</dd>
* <dd>a path to specify which parts of the nbt you want displayed(<a href="https://minecraft.wiki/w/NBT_path_format#Examples">examples</a>).</dd>
* <dt>interpret</dt>
* <dd>a boolean telling adventure if the fetched NBT value should be parsed as JSON</dd>
* </dl>
Expand Down

0 comments on commit 55be048

Please sign in to comment.