From 079d706beeca13ea35dffff1af1327c038b0129c Mon Sep 17 00:00:00 2001 From: David Beitey Date: Sat, 13 Jun 2020 22:20:06 +1000 Subject: [PATCH] Fix upstream repo URL in code clone example (#576) The previous URL was invalid, having a duplicate directory in the path --- docs/frontend/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend/development.md b/docs/frontend/development.md index dfba173a..38aa9994 100644 --- a/docs/frontend/development.md +++ b/docs/frontend/development.md @@ -18,7 +18,7 @@ The first step is to fork the [frontend repository][hass-frontend] and add the u ```shell git clone git@github.com:YOUR_GIT_USERNAME/frontend.git cd frontend -git remote add upstream https://github.com/home-assistant/home-assistant/frontend.git +git remote add upstream https://github.com/home-assistant/frontend.git ``` ### Configuring Home Assistant