From 8d0fea45768bc67e3c33234f8ab2338c512d4c06 Mon Sep 17 00:00:00 2001 From: Doc Date: Mon, 25 Sep 2023 18:53:44 +1000 Subject: [PATCH] #1262: Update Minecraft Wiki URLs --- .../org/bukkit/craftbukkit/profile/CraftPlayerTextures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/bukkit/craftbukkit/profile/CraftPlayerTextures.java b/src/main/java/org/bukkit/craftbukkit/profile/CraftPlayerTextures.java index 6d74092e4..76262ad5a 100644 --- a/src/main/java/org/bukkit/craftbukkit/profile/CraftPlayerTextures.java +++ b/src/main/java/org/bukkit/craftbukkit/profile/CraftPlayerTextures.java @@ -251,7 +251,7 @@ final class CraftPlayerTextures implements PlayerTextures { // This produces a new textures property that does not contain any attributes that are specific to official // GameProfiles (such as the property signature, timestamp, profileId, playerName, etc.). // Information on the format of the textures property: - // * https://minecraft.fandom.com/wiki/Head#Item_data + // * https://minecraft.wiki/w/Head#Item_data // * https://wiki.vg/Mojang_API#UUID_to_Profile_and_Skin.2FCape // The order of Json object elements is important. JsonObject propertyData = new JsonObject();