From b8773aab60bcc091d546b0d5dbfe2a5c5b99f805 Mon Sep 17 00:00:00 2001 From: Sami Suo-Heikki Date: Wed, 1 Mar 2017 11:03:32 +0200 Subject: [PATCH] Use https --- pokemon-selector.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pokemon-selector.html b/pokemon-selector.html index 5ea8b7b..b8acb07 100644 --- a/pokemon-selector.html +++ b/pokemon-selector.html @@ -18,7 +18,7 @@ ``` ### Pokéapi -`` uses [Pokéapi v2](http://pokeapi.co/) for fetching data. In their documentation you can for example get the possible regions. +`` uses [Pokéapi v2](https://pokeapi.co/) for fetching data. In their documentation you can for example get the possible regions. @demo demo/index.html --> @@ -32,7 +32,7 @@ @@ -58,7 +58,7 @@ value: 'Select a Pokémon' }, /** - * Specify the region of Pokémons to show. See [Pokéapi v2](http://pokeapi.co/) for possible values. + * Specify the region of Pokémons to show. See [Pokéapi v2](https://pokeapi.co/) for possible values. */ region: { type: String, @@ -78,7 +78,7 @@ * entry_number: 1, * pokemon_species: { * name: "bulbasaur", - * url: "http://pokeapi.co/api/v2/pokemon-species/1/" + * url: "https://pokeapi.co/api/v2/pokemon-species/1/" * } * } * ```