From d007903b4aa26aea182188a9658a63f2765da26d Mon Sep 17 00:00:00 2001 From: oliviale Date: Sun, 11 Jun 2017 15:57:10 +0800 Subject: [PATCH] fix broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 398dcde..f2fe74f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a progress pie done in CSS. It came about when I needed a simple progres ## Examples -[See here for examples and use cases](http://github.io/oliviale/css-progress-pie) +[See here for examples and use cases](https://oliviale.github.io/CSS-Progress-Pie/) ![CSS Progress Pie examples](images/example.png) @@ -24,7 +24,7 @@ There are two kinds - default (single color) or colored with red, yellow and gre ## Changing colors, fonts, etc. -Manually change the properties of the CSS code. [More details here](http://github.io/oliviale/css-progress-pie#styling). +Manually change the properties of the CSS code. [More details here](https://oliviale.github.io/CSS-Progress-Pie/#styling). ## Playground [Play around in this Codepen](https://codepen.io/oliviale/pen/YqEgPw)