From 0f9dee3ec7ece1c35de1da304d6d5a843132c05e Mon Sep 17 00:00:00 2001 From: Andrew Backes Date: Mon, 15 Jan 2018 22:19:58 -0600 Subject: [PATCH] Updating readme to point to https not http --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 458a8a144..c5afdd0b3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pokemontcg-developers on discord](https://img.shields.io/badge/discord-pokemontcg--developers-738bd7.svg)](https://discord.gg/dpsTCvg) -This is the data found within the [Pokémon TCG API](http://pokemontcg.io/). Currently, the raw JSON files for all the card information can be found here. +This is the data found within the [Pokémon TCG API](https://pokemontcg.io/). Currently, the raw JSON files for all the card information can be found here. # Downloading the data @@ -16,4 +16,4 @@ Please contribute when you see missing and/or incorrect data. I'll try to review 2. Create your feature branch (git checkout -b my-new-feature) 3. Commit your changes (git commit -am 'Add some feature') 4. Push to the branch (git push origin my-new-feature) -5. Create a new Pull Request \ No newline at end of file +5. Create a new Pull Request