From 9d81d64751f1a05ab2ae78b5db73ec1b395d37fa Mon Sep 17 00:00:00 2001 From: rafael Date: Sat, 27 Mar 2021 14:09:42 +0800 Subject: [PATCH] use relative image urls #62 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62cf7c8..7bc4902 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ wget -qO- https://covid19.trackercli.com http http://covid19.trackercli.com ``` -![CURL](https://raw.githubusercontent.com/trackercli/covid19-tracker-cli/master/lib/img/demo-global.gif) +![CURL](lib/img/demo-global.gif) ### Country Tracking @@ -105,7 +105,7 @@ curl -L covid19.trackercli.com/philippines curl -L covid19.trackercli.com/ph ``` -![CURL](https://github.com/trackercli/covid19-tracker-cli/raw/master/lib/img/demo-country.gif) +![CURL](lib/img/demo-country.gif) #### Global Tracking with History Chart @@ -119,7 +119,7 @@ curl -L covid19.trackercli.com/history curl -L covid19.trackercli.com/history/all ``` -![CURL](https://github.com/trackercli/covid19-tracker-cli/raw/master/lib/img/demo-history-global.gif) +![CURL](lib/img/demo-history-global.gif) #### Country Tracking with History Chart @@ -138,7 +138,7 @@ curl -L covid19.trackercli.com/history/ph/cases curl -L covid19.trackercli.com/history/ph/deaths ``` -![CURL](https://github.com/trackercli/covid19-tracker-cli/raw/master/lib/img/demo-history-country.gif) +![CURL](lib/img/demo-history-country.gif) #### Country Tracking with History Chart (Dashboard)