From 1224a8582e35e58096f84e494fbb4744cbd25ff7 Mon Sep 17 00:00:00 2001 From: Olli Salonen Date: Wed, 16 Mar 2016 10:51:21 +0200 Subject: [PATCH] CONTRIBUTING.md: fix trivial typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c11bda6094..06fefb4ba6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,7 +70,7 @@ Please follow this process; it's the best way to get your work included in the p # navigate to the newly cloned directory cd LibreELEC.tv # assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/Libre/LibreELEC.tv.git + git remote add upstream https://github.com/LibreELEC/LibreELEC.tv.git ``` - If you cloned a while ago, get the latest changes from upstream: