Skip to content

Commit

Permalink
Merge pull request helm#5649 from VilledeMontreal/docs/replacek8sByHelm
Browse files Browse the repository at this point in the history
docs: Replace reference to k8s.io to helm.sh
  • Loading branch information
Matthew Fisher authored Apr 26, 2019
2 parents ffff0e8 + 3eef735 commit 1b77848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ make bootstrap build
```

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.

This will build both Helm and the Helm library. `make bootstrap` will attempt to
Expand Down Expand Up @@ -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
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.
2. Fork that repository into your GitHub account
3. Add your repository as a remote for `$GOPATH/src/helm.sh/helm`
Expand Down

0 comments on commit 1b77848

Please sign in to comment.