From 43b4af2d9ef0afe81d7a9a008c326d13611665e1 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 3 Feb 2020 18:08:12 +0900 Subject: [PATCH] HTTPS links on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cecbad4..bdcf531 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Building up the database via PokéAPI _**Note:** you don't need to build up the database to start developing; these are just steps to generate the database files (src/assets/*.txt) from scratch._ -This site uses data provided by [PokéAPI](http://pokeapi.co/). To build up the database, you'll need to run: +This site uses data provided by [PokéAPI](https://pokeapi.co/). To build up the database, you'll need to run: ``` ./node_modules/.bin/babel-node bin/build-monsters-database.js @@ -59,4 +59,4 @@ Credits --- -Thanks to [PokeAPI](http://pokeapi.co/) and [Bulbapedia](http://bulbapedia.bulbagarden.net/) for the Pokémon data, and of course to Nintendo, Game Freak, and The Pokémon Company for making such an awesome series of games. +Thanks to [PokeAPI](https://pokeapi.co/) and [Bulbapedia](https://bulbapedia.bulbagarden.net/) for the Pokémon data, and of course to Nintendo, Game Freak, and The Pokémon Company for making such an awesome series of games.