Skip to content

Commit 9903be2

Browse files
authored
Update Minecraft Wiki links to new domain (#615)
1 parent 9422b4a commit 9903be2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hypixel-api-core/src/main/java/net/hypixel/api/reply/GuildReply.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public String getTag() {
129129
*
130130
* @return the name of a Minecraft color code (all uppercase), or {@code null} if the guild
131131
* has never changed its tag's color.
132-
* @see <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>Color codes
132+
* @see <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>Color codes
133133
* table</a> (uses lowercase names)
134134
*/
135135
public String getTagColor() {

hypixel-api-core/src/main/java/net/hypixel/api/reply/PlayerReply.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public String getSelectedPlusColor() {
151151
}
152152

153153
/**
154-
* Note, returned colors use the names seen in <a href=https://minecraft.fandom.com/wiki/Formatting_codes#Color_codes>this
154+
* Note, returned colors use the names seen in <a href=https://minecraft.wiki/w/Formatting_codes#Color_codes>this
155155
* table</a>, in all uppercase. For example, {@code DARK_BLUE} and {@code GRAY}.
156156
*
157157
* @return The color of the player's name tag if they have MVP++. Defaults to {@code GOLD}.

hypixel-api-core/src/main/java/net/hypixel/api/util/Banner.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* <li>{@link Pattern#getColor()}</li>
3535
* </ul>
3636
*
37-
* @see <a href="https://minecraft.fandom.com/wiki/Banner">Banner</a> (Minecraft Wiki)
37+
* @see <a href="https://minecraft.wiki/w/Banner">Banner</a> (Minecraft Wiki)
3838
*/
3939
public class Banner {
4040

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

0 commit comments

Comments
 (0)