From b8fbbacea396519d371b4a1ad34fd593d536ab7e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Aillet Date: Wed, 19 Mar 2025 20:57:36 +0100 Subject: [PATCH] Rename Weave GitOps to tofu-controller --- docs/tfctl.md | 2 +- mkdocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tfctl.md b/docs/tfctl.md index 4cf560a0..a75442fa 100644 --- a/docs/tfctl.md +++ b/docs/tfctl.md @@ -7,7 +7,7 @@ To install `tfctl` via Homebrew, run the following command: ```shell -brew install weaveworks/tap/tfctl +brew install flux-iac/tap/tfctl ``` You can also download the `tfctl` binary via the GitHub releases page: [https://github.com/flux-iac/tofu-controller/releases](https://github.com/flux-iac/tofu-controller/releases). diff --git a/mkdocs.yml b/mkdocs.yml index 795fbaf0..ebaacb6e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Weave GitOps Terraform Controller +site_name: "Tofu Controller: An IAC Controller for Flux" theme: name: material icon: @@ -17,7 +17,7 @@ theme: - content.code.copy repo_url: https://github.com/flux-iac/tofu-controller -repo_name: weaveworks/tf-controller +repo_name: flux-iac/tofu-controller markdown_extensions: - pymdownx.highlight: