From 55cc6e54d16cbf1cfdff66b66fc150671f6aa81f Mon Sep 17 00:00:00 2001 From: Carter Nelson Date: Wed, 29 Jun 2016 09:19:55 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c5cdd83..87a1070 100755 --- a/README.md +++ b/README.md @@ -68,10 +68,10 @@ The request returns XML data. The icons are set by a simple text search in the # Icons | Show this icon | If weather-summary contains | | :---: | :---: | -| ![SUNNY](https://github.com/caternuson/rpi-weather/blob/gh-pages/SUNNY.jpg) | SUNNY | -| ![RAIN](https://github.com/caternuson/rpi-weather/blob/gh-pages/RAIN.jpg) | RAIN | -| ![CLOUD](https://github.com/caternuson/rpi-weather/blob/gh-pages/CLOUD.jpg) | CLOUD | -| ![SHOWERS](https://github.com/caternuson/rpi-weather/blob/gh-pages/SHOWERS.jpg) | SHOWERS | -| ![STORM](https://github.com/caternuson/rpi-weather/blob/gh-pages/STORM.jpg) | STORM | -| ![SNOW](https://github.com/caternuson/rpi-weather/blob/gh-pages/SNOW.jpg) | SNOW | -| ![UNKNOWN](https://github.com/caternuson/rpi-weather/blob/gh-pages/UNKNOWN.jpg) | none of the above | +| ![SUNNY](http://caternuson.github.io/rpi-weather/static/SUNNY.jpg) | SUNNY | +| ![RAIN](http://caternuson.github.io/rpi-weather/static/RAIN.jpg) | RAIN | +| ![CLOUD](http://caternuson.github.io/rpi-weather/static/CLOUD.jpg) | CLOUD | +| ![SHOWERS](http://caternuson.github.io/rpi-weather/static/SHOWERS.jpg) | SHOWERS | +| ![STORM](http://caternuson.github.io/rpi-weather/static/STORM.jpg) | STORM | +| ![SNOW](http://caternuson.github.io/rpi-weather/static/SNOW.jpg) | SNOW | +| ![UNKNOWN](http://caternuson.github.io/rpi-weather/static/UNKNOWN.jpg) | none of the above |