From 00d02ee1f45ce588df79e490206e9be002e7dec1 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Sat, 4 Apr 2020 23:29:56 +0200 Subject: [PATCH] Fix repo link (#459) --- docs/development_catching_up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_catching_up.md b/docs/development_catching_up.md index 7c30738d..10bc1fac 100644 --- a/docs/development_catching_up.md +++ b/docs/development_catching_up.md @@ -29,7 +29,7 @@ $ git push origin --force Other workflows are covered in detail in the [Github documentation](https://help.github.com/articles/fork-a-repo/). Add an additional `remote` after you clone your fork. ```shell -$ git remote add upstream https://github.com/home-assistant/home-assistant.git +$ git remote add upstream https://github.com/home-assistant/core.git ``` Then, `git pull --rebase upstream dev`.