Incorrect sprite URLs. Base URL is duplicated.
eccos opened this issue · 0 comments
eccos commented
This commit has incorrectly generated sprite URLs. The base URL is duplicated.
https://github.com/PokeAPI/api-data/blame/2d0dcd33d1907f4dfcdabab142ab97bafc6569fc/data/api/v2/pokemon/1/index.json#L11963
Expected:
front_default: "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/35.png"
Actual:
front_default: "https://raw.githubusercontent.com/PokeAPI/sprites/master/https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/35.png"