From 10ce01aaa3d6ea4b7e1465a270a35ed3c4c31493 Mon Sep 17 00:00:00 2001 From: Brett Johnson Date: Tue, 9 Oct 2018 10:56:04 +1100 Subject: [PATCH] Updated github and directory paths for repo change to goharbor Signed-off-by: Brett Johnson --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 66e89b041..3576f51cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,11 +19,11 @@ Fork the Harbor repository on GitHub to your personal account. ``` #Set golang environment export GOPATH=$HOME/go -mkdir -p $GOPATH/src/github.com/vmware +mkdir -p $GOPATH/src/github.com/goharbor #Get code -go get github.com/vmware/harbor -cd $GOPATH/src/github.com/vmware/harbor +go get github.com/goharbor/harbor +cd $GOPATH/src/github.com/goharbor/harbor #Track repository under your personal account git config push.default nothing # Anything to avoid pushing to vmware/harbor by default @@ -159,7 +159,7 @@ Fork the Harbor repository and clone the code to your local workspace. Per Go's Define a local working directory: ``` -working_dir=$GOPATH/src/github.com/vmware +working_dir=$GOPATH/src/github.com/goharbor ``` Set user to match your github profile name: