Skip to content

Commit 1e7e287

Browse files
docs: change master to main (#6995)
1 parent 63060ae commit 1e7e287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/content/docs/add-to-your-site.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For GitHub and GitLab repositories, you can start your Decap CMS `config.yml` fi
9595
```yaml
9696
backend:
9797
name: git-gateway
98-
branch: master # Branch to update (optional; defaults to master)
98+
branch: main # Branch to update (optional; defaults to master)
9999
```
100100
101101
*(For Bitbucket repositories, use the [Bitbucket backend](/docs/bitbucket-backend) instructions instead.)*

website/content/docs/gitea-backend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ backend:
2323
api_root: https://gitea.example.com/api/v1 # API URL of your Gitea instance
2424
base_url: https://gitea.example.com # Root URL of your Gitea instance
2525
# optional, defaults to master
26-
# branch: master
26+
# branch: main
2727
```
2828

2929
## Git Large File Storage (LFS)

0 commit comments

Comments
 (0)