Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tfctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Weave GitOps Terraform Controller
site_name: "Tofu Controller: An IAC Controller for Flux"
theme:
name: material
icon:
Expand All @@ -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:
Expand Down
Loading