From c41c89231d96504612a578388b14b967e432e29d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 12 Apr 2016 20:59:29 -0700 Subject: [PATCH] Migrate to home-assistant org --- README.md | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ffdd3247e..b9a8e7be2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Home Assistant Polymer [![Build Status](https://travis-ci.org/balloob/home-assistant-polymer.svg?branch=master)](https://travis-ci.org/balloob/home-assistant-polymer) +# Home Assistant Polymer [![Build Status](https://travis-ci.org/home-assistant/home-assistant-polymer.svg?branch=master)](https://travis-ci.org/home-assistant/home-assistant-polymer) This is the repository for the official [Home Assistant](https://home-assistant.io) frontend. The frontend is built on top of the following technologies: @@ -9,7 +9,7 @@ This is the repository for the official [Home Assistant](https://home-assistant. * [Bower](https://bower.io) for Polymer package management * [NPM](https://npmjs.com) for JavaScript package management -[![Screenshot of the frontend](https://raw.githubusercontent.com/balloob/home-assistant-polymer/master/docs/screenshot.png)](https://home-assistant.io/demo/) +[![Screenshot of the frontend](https://raw.githubusercontent.com/home-assistant/home-assistant-polymer/master/docs/screenshot.png)](https://home-assistant.io/demo/) [View demo of the Polymer frontend](https://home-assistant.io/demo/) [More information about Home Assistant](https://home-assistant.io) @@ -21,15 +21,15 @@ As you might have noticed, we are using two different package managers. This mig One of the big advantages of webcomponents is that you can ship all your HTML resources in a single file: HTML template, CSS and JavaScript. From your HTML template and JavaScript you are then able to embed extra webcomponents and use it to build a whole UI. -![Structure webcomponents](https://raw.githubusercontent.com/balloob/home-assistant-polymer/master/docs/webcomponent-embed-js.png) +![Structure webcomponents](https://raw.githubusercontent.com/home-assistant/home-assistant-polymer/master/docs/webcomponent-embed-js.png) Before the release of Polymer 0.8, you would define all parts of your webcomponent inside a ``. With the introduction of Polymer 0.8 the structure of a webcomponent has been split up into a `` for the CSS and HTML template and a `