From 713bca663d3440bbf386a2805831d4d08ea16a8d Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 22 Oct 2019 14:12:39 +0530 Subject: [PATCH] CONTRIBUTING: fix new repo url Signed-off-by: Rohit Yadav --- ui/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/CONTRIBUTING.md b/ui/CONTRIBUTING.md index 212326fdbe0..ba5a7fff85e 100644 --- a/ui/CONTRIBUTING.md +++ b/ui/CONTRIBUTING.md @@ -27,7 +27,7 @@ No back porting / cherry-picking features to existing branches! ## Forking -In your browser, navigate to: [https://github.com/shapeblue/primate](https://github.com/shapeblue/primate) +In your browser, navigate to: [https://github.com/apache/cloudstack-primate](https://github.com/apache/cloudstack-primate) Fork the repository by clicking on the 'Fork' button on the top right hand side. The fork will happen and you will be taken to your own fork of the repository. @@ -38,7 +38,7 @@ On your workstation, follow these steps to setup a local repository for working ``` bash $ git clone https://github.com/YOUR_ACCOUNT/primate.git $ cd primate -$ git remote add upstream https://github.com/shapeblue/primate.git +$ git remote add upstream https://github.com/apache/cloudstack-primate.git $ git checkout master $ git fetch upstream $ git rebase upstream/master