Skip to content

Commit

Permalink
docs: change master to main (#6995)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic committed Nov 28, 2023
1 parent 63060ae commit 1e7e287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/content/docs/add-to-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For GitHub and GitLab repositories, you can start your Decap CMS `config.yml` fi
```yaml
backend:
name: git-gateway
branch: master # Branch to update (optional; defaults to master)
branch: main # Branch to update (optional; defaults to master)
```
*(For Bitbucket repositories, use the [Bitbucket backend](/docs/bitbucket-backend) instructions instead.)*
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/gitea-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ backend:
api_root: https://gitea.example.com/api/v1 # API URL of your Gitea instance
base_url: https://gitea.example.com # Root URL of your Gitea instance
# optional, defaults to master
# branch: master
# branch: main
```

## Git Large File Storage (LFS)
Expand Down

0 comments on commit 1e7e287

Please sign in to comment.