Skip to content

Commit 853f200

Browse files
committed
fix docs for branch name
1 parent b7baefe commit 853f200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Docs Website
22

3-
This is the home of the [bpftrace docs](https://docs.bpftrace.org) website. The site itself is built using [Docusaurus](https://docusaurus.io/) with the `main` branch hosting the content and the `gh-pages` branch hosting the actual static content that is served through the GitHub pages infrastructure.
3+
This is the home of the [bpftrace docs](https://docs.bpftrace.org) website. The site itself is built using [Docusaurus](https://docusaurus.io/) with the `master` branch hosting the content and the `gh-pages` branch hosting the actual static content that is served through the GitHub pages infrastructure.
44

55
Steps to develop, test and deploy website changes:
66

@@ -15,5 +15,5 @@ Steps to develop, test and deploy website changes:
1515
- Test your changes locally defaults to `localhost:3000`:
1616
- `npm start`
1717

18-
- If everything is OK, push your branch, create a PR and merge to main.
18+
- If everything is OK, push your branch, create a PR and merge to master.
1919

0 commit comments

Comments
 (0)