diff --git a/README.md b/README.md index e63a488dc82fc61183a8852cba2d83b8150767c0..482231a0ffd606bcf5712522a3a892bcccd72458 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash . <(gotk completion bash) ``` -Binaries for macOS and Linux AMD64/ARM64 are available to download on the +Binaries for macOS, Windows and Linux AMD64/ARM are available to download on the [release page](https://github.com/fluxcd/toolkit/releases). Verify that your cluster satisfies the prerequisites with: diff --git a/docs/components/helm/controller.md b/docs/components/helm/controller.md index ff85b67648612d19b2437111df9e722a64121b52..4e9213e2094af10625b2f070a2f9aa291806720a 100644 --- a/docs/components/helm/controller.md +++ b/docs/components/helm/controller.md @@ -24,4 +24,4 @@ Features: Links: - Source code [fluxcd/helm-controller](https://github.com/fluxcd/helm-controller) -- Specification [docs](https://github.com/fluxcd/helm-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/helm-controller/tree/main/docs/spec) diff --git a/docs/components/kustomize/controller.md b/docs/components/kustomize/controller.md index a9acf827e2dfa8397a00f74905bdcfd2e397164e..3d0bafb999badb74d8931d8cb7dfe0d1819b3c04 100644 --- a/docs/components/kustomize/controller.md +++ b/docs/components/kustomize/controller.md @@ -20,4 +20,4 @@ Features: Links: - Source code [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller) -- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/main/docs/spec) diff --git a/docs/components/notification/controller.md b/docs/components/notification/controller.md index 6eccdbb9e937fea526ae9ae4d0fd7a8019014aac..e3bc97f6dcb41221c90ce8a53253c673e02cbaa8 100644 --- a/docs/components/notification/controller.md +++ b/docs/components/notification/controller.md @@ -14,4 +14,4 @@ based on event severity and involved objects. Links: - Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller) -- Specification [docs](https://github.com/fluxcd/notification-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/notification-controller/tree/main/docs/spec) diff --git a/docs/components/source/controller.md b/docs/components/source/controller.md index fa4b8f00a87b7aa6d771a8f6e60f74db84633da7..a590e454543d2f3b89e79191ec9c7b487c4ec3e0 100644 --- a/docs/components/source/controller.md +++ b/docs/components/source/controller.md @@ -21,4 +21,4 @@ Features: Links: - Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller) -- Specification [docs](https://github.com/fluxcd/source-controller/tree/master/docs/spec) \ No newline at end of file +- Specification [docs](https://github.com/fluxcd/source-controller/tree/main/docs/spec) \ No newline at end of file diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 76d9923223554553dc3464443728dab71e3acf4c..8148f7661e6b39a93ab6c735a3176cf6e41070e0 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -34,7 +34,8 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash ``` The install script downloads the gotk binary to `/usr/local/bin`. -Binaries for macOS and Linux AMD64/ARM are available for download on the + +Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the [release page](https://github.com/fluxcd/toolkit/releases). To configure your shell to load gotk completions add to your Bash profile: diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 589d23479d9d61d5cd51c5353832b5b8b81c4678..19ea708f792220c2f378413f841c3df247a65c6e 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -29,7 +29,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash Command-line completion for `zsh`, `fish`, and `powershell` are also supported with their own sub-commands. -Binaries for macOS and Linux AMD64/ARM are available for download on the +Binaries for macOS, Windows and Linux AMD64/ARM are available for download on the [release page](https://github.com/fluxcd/toolkit/releases). Verify that your cluster satisfies the prerequisites with: