Skip to content

Commit

Permalink
Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Suo-Heikki committed Mar 1, 2017
1 parent b55697f commit b8773aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pokemon-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```
### Pokéapi
`<pokemon-selector>` uses [Pokéapi v2](http://pokeapi.co/) for fetching data. In their documentation you can for example get the possible regions.
`<pokemon-selector>` 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
-->
Expand All @@ -32,7 +32,7 @@
</style>
<iron-ajax
auto
url="http://pokeapi.co/api/v2/pokedex/[[region]]/"
url="https://pokeapi.co/api/v2/pokedex/[[region]]/"
handle-as="json"
last-response="{{_pokeDexResponse}}"
debounce-duration="100"></iron-ajax>
Expand All @@ -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,
Expand All @@ -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/"
* }
* }
* ```
Expand Down

0 comments on commit b8773aa

Please sign in to comment.