From 53a4ae7781d6a940da60e6706c84b7ad96409def Mon Sep 17 00:00:00 2001 From: Diogo Gomes Date: Tue, 19 Feb 2019 00:47:50 +0000 Subject: [PATCH] Update frontend_development.md --- docs/frontend_development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontend_development.md b/docs/frontend_development.md index 32da85b9..3b87f510 100644 --- a/docs/frontend_development.md +++ b/docs/frontend_development.md @@ -16,9 +16,9 @@ The Home Assistant frontend is built using web components and powered by the [Po First step is to fork the [home-assistant-polymer repository][hass-polymer] and add the upstream remote. You can place the forked repository anywhere on your system. ```bash -$ git clone https://github.com/YOUR_GIT_USERNAME/home-assistant-polymer.git +$ git clone git@github.com:YOUR_GIT_USERNAME/home-assistant-polymer.git $ cd home-assistant-polymer -$ git remote add upstream https://github.com/home-assistant-polymer/home-assistant-polymer.git +$ git remote add upstream https://github.com/home-assistant/home-assistant-polymer.git ``` ### Configuring Home Assistant