From be9a1d6b27572fae6f973c7f49c636aedc44b77d Mon Sep 17 00:00:00 2001
From: wind-rider <hansmbakker+github@gmail.com>
Date: Tue, 21 Apr 2015 00:12:39 +0200
Subject: [PATCH] Update CONTRIBUTING.md

Updated icon list url
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f1c2c658bb..973415c1866 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ After you finish adding support for your device:
 
 If you've added a component:
 
- - update the file [`domain-icon.html`](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/http/www_static/polymer/domain-icon.html) with an icon for your domain ([pick from this list](https://www.polymer-project.org/components/core-icons/demo.html))
+ - update the file [`domain-icon.html`](https://github.com/balloob/home-assistant/blob/master/homeassistant/components/http/www_static/polymer/domain-icon.html) with an icon for your domain ([pick from this list](https://www.polymer-project.org/0.5/components/core-elements/demo.html#core-icon))
  - update the demo component with two states that it provides
  - Add your component to home-assistant.conf.example
 
-- 
GitLab