This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
commit ae2c190d8827cd4516d5a20bdf17e0e53a7a6643 Author: Rohit Yadav <[email protected]> AuthorDate: Tue Oct 22 14:12:39 2019 +0530 CONTRIBUTING: fix new repo url Signed-off-by: Rohit Yadav <[email protected]> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32bf658..3efe031 100644 --- a/CONTRIBUTING.md +++ b/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
