Skip to content

Commit d743d2d

Browse files
authored
docs: update domain name to docs.burrito.tf (#524)
1 parent 06834f4 commit d743d2d

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing
22

3-
Check out the [contributing guide](https://padok-team.github.io/burrito/contributing/) to know how to contribute to Burrito.
3+
Check out the [contributing guide](https://docs.burrito.tf/contributing/) to know how to contribute to Burrito.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Finally, currently, there is no easy way to navigate your Terraform state to tru
3535

3636
## Documentation
3737

38-
To learn more about burrito [go to the complete documentation](https://padok-team.github.io/burrito/).
38+
To learn more about burrito [go to the complete documentation](https://docs.burrito.tf).
3939

4040
## Community
4141

4242
### Contribution, Discussion and Support
4343

44-
Please read our [Contribution Guide](https://padok-team.github.io/burrito/contributing/) for more information on how to get involved.
44+
Please read our [Contribution Guide](https://docs.burrito.tf/contributing/) for more information on how to get involved.
4545

4646
Current maintainers:
4747

deploy/charts/burrito/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# install: true
55

66
# Burrito configuration
7-
## Ref: https://padok-team.github.io/burrito/operator-manual/advanced-configuration/
7+
## Ref: https://docs.burrito.tf/operator-manual/advanced-configuration/
88
config:
99
# -- Create ConfigMap with Burrito configuration
1010
create: true

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.burrito.tf

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ It is strongly recommended to create a GitHub token with no specific rights to b
187187
## Additional Resources
188188

189189
- [Controller-runtime documentation](https://pkg.go.dev/sigs.k8s.io/[email protected]) (Burrito heavily relies on this package)
190-
- [Burrito documentation](https://padok-team.github.io/burrito/)
190+
- [Burrito documentation](https://docs.burrito.tf/)

docs/operator-manual/pr-mr-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can create and register GitHub Apps in your personal GitHub account or in an
6262
Follow the instructions in the GitHub documentation on [Creating a GitHub App](https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/registering-a-github-app). Populate the settings as follows:
6363

6464
- **GitHub App Name**: Choose a name for your GitHub App. For example, something featuring `burrito`.
65-
- **Homepage URL**: Enter <https://padok-team.github.io/burrito>.
65+
- **Homepage URL**: Enter <https://docs.burrito.tf>.
6666
- **Webhook**: Unselect Active. The app doesn't use this webhook events mechanism at the moment.
6767
- **Permissions**: Configure the following **Repository Permissions**:
6868
- **Metadata**: Select Read-only.

internal/controllers/terraformpullrequest/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (r *Reconciler) initializeProvider(ctx context.Context, repository *configv
182182

183183
// This function initializes default providers for the controller if user has provided legacy configuration
184184
func (r *Reconciler) initializeDefaultProviders() error {
185-
log.Warningf("deprecated GitHub/GitLab configuration found. please configure repositories with secrets instead. See https://padok-team.github.io/burrito/operator-manual/git-authentication/#repository-secret for more information.")
185+
log.Warningf("deprecated GitHub/GitLab configuration found. please configure repositories with secrets instead. See https://docs.burrito.tf/operator-manual/git-authentication/#repository-secret for more information.")
186186
var config = gitprovider.Config{
187187
AppID: r.Config.Controller.GithubConfig.AppId,
188188
AppInstallationID: r.Config.Controller.GithubConfig.InstallationId,

0 commit comments

Comments
 (0)