diff --git a/api%2Fplayer%2FskinPart.md b/api%2Fplayer%2FskinPart.md index 7303983..a66285a 100644 --- a/api%2Fplayer%2FskinPart.md +++ b/api%2Fplayer%2FskinPart.md @@ -1,9 +1,9 @@ # Skin Part Texture -`GET` [/player/(part)/(query).png?size=256](https://mc.rainnny.club/player/head/Rainnny.png?size=256) +`GET` [/player/(part)/(query).png?size=256](https://api.restfulmc.cc/player/head/Rainnny.png?size=256) Get a skin part from a player's skin texture. -View the [Swagger Docs](https://mc.rainnny.club/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more. +View the [Swagger Docs](https://api.restfulmc.cc/swagger-ui/index.html#/Player%20Controller/getPartTexture) for more. ## Skin Parts View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L82) and [Custom](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/master/API/src/main/java/me/braydon/mc/model/skin/ISkinPart.java#L216) skin parts that can be used. @@ -24,4 +24,4 @@ View a list of [Vanilla](https://git.rainnny.club/Rainnny/RESTfulMC/src/branch/m Results are cached for up to `15 minutes` ## Response -![Player Head](https://mc.rainnny.club/player/head/Rainnny.png?size=256) \ No newline at end of file +![Player Head](https://api.restfulmc.cc/player/head/Rainnny.png?size=256) \ No newline at end of file