From 7f3ab5f2f70ccc848911260bf02709a207c5d9a7 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Mon, 25 Jul 2016 14:06:59 -0700 Subject: [PATCH] Use https links to examples --- README.md | 4 ++-- examples/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9248d12..9bd2434 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This library also lets you customize ``, ``, ``, etc. for yo ## Examples - 1. [U.S. Presidents by Birth Place](http://evancz.github.io/elm-sortable-tables/presidents.html) / [Code](https://github.com/evancz/elm-sortable-table/blob/master/examples/1-presidents.elm) - 2. [Travel Planner for the Mission District in San Francisco](http://evancz.github.io/elm-sortable-tables/travel.html) / [Code](https://github.com/evancz/elm-sortable-table/blob/master/examples/2-travel.elm) + 1. [U.S. Presidents by Birth Place](https://evancz.github.io/elm-sortable-tables/presidents.html) / [Code](https://github.com/evancz/elm-sortable-table/blob/master/examples/1-presidents.elm) + 2. [Travel Planner for the Mission District in San Francisco](https://evancz.github.io/elm-sortable-tables/travel.html) / [Code](https://github.com/evancz/elm-sortable-table/blob/master/examples/2-travel.elm) ## Usage Rules diff --git a/examples/README.md b/examples/README.md index e9fe9af..41705bb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ # Examples - 1. [U.S. Presidents by Birth Place](http://evancz.github.io/elm-sortable-tables/presidents.html) - 2. [Travel Planner for the Mission District in San Francisco](http://evancz.github.io/elm-sortable-tables/travel.html) + 1. [U.S. Presidents by Birth Place](https://evancz.github.io/elm-sortable-tables/presidents.html) + 2. [Travel Planner for the Mission District in San Francisco](https://evancz.github.io/elm-sortable-tables/travel.html) ## Build Instructions