From fb47cde34d0c70e7d04e2971385be9d5a822ddb4 Mon Sep 17 00:00:00 2001 From: pkallas Date: Tue, 12 Sep 2017 15:20:16 -0700 Subject: [PATCH] The image url in the pokemon seed for Venasaur is no longer active; it returns a status code of 404. I changed the url to a site that has an image of that pokemon --- seeds/pokemon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeds/pokemon.js b/seeds/pokemon.js index 0b1c362..482dc4e 100644 --- a/seeds/pokemon.js +++ b/seeds/pokemon.js @@ -9,7 +9,7 @@ module.exports = [ "name": "Venusaur", "pokedex": "003", "evolves_from": "Ivysaur", - "image": "https://upload.wikimedia.org/wikipedia/en/d/dd/1200px-003Venusaur.png" + "image": "https://img.pokemondb.net/artwork/venusaur.jpg" }, { "name": "Charmander",