From 35bd7c1349cb5cddda0794e640856f5c5a7d983b Mon Sep 17 00:00:00 2001 From: Quan TRAN Date: Tue, 10 May 2022 11:29:22 +0200 Subject: [PATCH] update urls in docs & CONTRIBUTING.md Signed-off-by: Quan TRAN --- CONTRIBUTING.md | 4 ++-- docs/advanced-features.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54e996af..d5f0e90f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,9 +11,9 @@ conditions for your present and future Contributions submitted to the `helmfile` Locate your `GOPATH`, usually `~/go`, and run: ```console -$ go get github.com/roboll/helmfile +$ go get github.com/helmfile/helmfile -$ cd $GOPATH/src/github.com/roboll/helmfile +$ cd $GOPATH/src/github.com/helmfile/helmfile $ git checkout -b your-shiny-new-feature origin/master diff --git a/docs/advanced-features.md b/docs/advanced-features.md index c0aaac2e..6ec7e34a 100644 --- a/docs/advanced-features.md +++ b/docs/advanced-features.md @@ -93,7 +93,7 @@ which can be included in the temporary chart. After all, Helmfile just installs the temporary chart like standard charts, which allows you to manage everything with Helmfile regardless of each app is declared using a Helm chart or a kustomization. -Please also see [test/advanced/helmfile.yaml](https://github.com/roboll/helmfile/tree/master/test/advanced/helmfile.yaml) for an example of kustomization support and more. +Please also see [test/advanced/helmfile.yaml](https://github.com/helmfile/helmfile/tree/master/test/advanced/helmfile.yaml) for an example of kustomization support and more. ### Adhoc Kustomization of Helm charts @@ -147,7 +147,7 @@ Please note that the second `data` field `bar` is coming from the strategic-merg There's also `releases[].jsonPatches` that works similarly to `strategicMergePatches` but has additional capability to remove fields. -Please also see [test/advanced/helmfile.yaml](https://github.com/roboll/helmfile/tree/master/test/advanced/helmfile.yaml) for an example of patching support and more. +Please also see [test/advanced/helmfile.yaml](https://github.com/helmfile/helmfile/tree/master/test/advanced/helmfile.yaml) for an example of patching support and more. #### `transformers`