Skip to content

Commit

Permalink
Update Minecraft Wiki links to new domain (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongecade authored Mar 5, 2024
1 parent 9422b4a commit 9903be2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public String getTag() {
*
* @return the name of a Minecraft color code (all uppercase), or {@code null} if the guild
* has never changed its tag's color.
* @see <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>Color codes
* @see <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>Color codes
* table</a> (uses lowercase names)
*/
public String getTagColor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public String getSelectedPlusColor() {
}

/**
* Note, returned colors use the names seen in <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>this
* Note, returned colors use the names seen in <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>this
* table</a>, in all uppercase. For example, {@code DARK_BLUE} and {@code GRAY}.
*
* @return The color of the player's name tag if they have MVP++. Defaults to {@code GOLD}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* <li>{@link Pattern#getColor()}</li>
* </ul>
*
* @see <a href="https://minecraft.fandom.com/wiki/Banner">Banner</a> (Minecraft Wiki)
* @see <a href="https://minecraft.wiki/w/Banner">Banner</a> (Minecraft Wiki)
*/
public class Banner {

Expand Down Expand Up @@ -116,7 +116,7 @@ public static class Pattern {
* each type's identifier.
*
* @return the pattern's type identifier.
* @see <a href="https://minecraft.fandom.com/wiki/Banner/Patterns">Pattern identifiers</a>
* @see <a href="https://minecraft.wiki/w/Banner/Patterns">Pattern identifiers</a>
*/
public String getType() {
return type;
Expand Down

0 comments on commit 9903be2

Please sign in to comment.