docs: Replace reference to k8s.io to helm.sh

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/5649/head
Marc Khouzam 5 years ago
parent ffff0e8c33
commit 3eef735305

@ -19,7 +19,7 @@ $ make bootstrap build
``` ```
NOTE: This will fail if not running from the path `$GOPATH/src/helm.sh/helm`. The NOTE: This will fail if not running from the path `$GOPATH/src/helm.sh/helm`. The
directory `k8s.io` should not be a symlink or `build` will not find the relevant directory `helm.sh` should not be a symlink or `build` will not find the relevant
packages. packages.
This will build both Helm and the Helm library. `make bootstrap` will attempt to This will build both Helm and the Helm library. `make bootstrap` will attempt to
@ -94,7 +94,7 @@ home of the current development candidate. Releases are tagged.
We accept changes to the code via GitHub Pull Requests (PRs). One We accept changes to the code via GitHub Pull Requests (PRs). One
workflow for doing this is as follows: workflow for doing this is as follows:
1. Go to your `$GOPATH/src/k8s.io` directory and `git clone` the 1. Go to your `$GOPATH/src` directory, then `mkdir helm.sh; cd helm.sh` and `git clone` the
`github.com/helm/helm` repository. `github.com/helm/helm` repository.
2. Fork that repository into your GitHub account 2. Fork that repository into your GitHub account
3. Add your repository as a remote for `$GOPATH/src/helm.sh/helm` 3. Add your repository as a remote for `$GOPATH/src/helm.sh/helm`

Loading…
Cancel
Save