Skip to content

Commit da8f516

Browse files
authored
Merge pull request #1549 from pyaillet/chore/rename-repo
Rename Weave GitOps to tofu-controller
2 parents 90ae7db + b8fbbac commit da8f516

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/tfctl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To install `tfctl` via Homebrew, run the following command:
88

99
```shell
10-
brew install weaveworks/tap/tfctl
10+
brew install flux-iac/tap/tfctl
1111
```
1212

1313
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).

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Weave GitOps Terraform Controller
1+
site_name: "Tofu Controller: An IAC Controller for Flux"
22
theme:
33
name: material
44
icon:
@@ -17,7 +17,7 @@ theme:
1717
- content.code.copy
1818

1919
repo_url: https://github.com/flux-iac/tofu-controller
20-
repo_name: weaveworks/tf-controller
20+
repo_name: flux-iac/tofu-controller
2121

2222
markdown_extensions:
2323
- pymdownx.highlight:

0 commit comments

Comments
 (0)