Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 0b290cd

Browse files
committed
Rename master to main
1 parent 456307a commit 0b290cd

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ For more information on the goals of this course, check out the [`course-details
1414

1515
## Contribute
1616

17-
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/master/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
17+
See something we could improve? Check out the contributing guide in the [community contributors repository](https://github.com/githubtraining/community-contributors/blob/main/CONTRIBUTING.md) for more information on the types of contributions we :heart: and instructions.
1818

19-
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/master/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
19+
We :heart: our community and take great care to ensure it is fun, safe and rewarding. Please review our [Code of Conduct](https://github.com/githubtraining/community-contributors/blob/main/CODE_OF_CONDUCT.md) for community expectations and guidelines for reporting concerns.
2020

2121
## License
2222

responses/00_open-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### :keyboard: Activity: Open a Pull Request
22

3-
1. [Create a pull request to base `master` from `changes` branch]({{repoUrl}}/compare/master...changes)
3+
1. [Create a pull request to base `main` from `changes` branch]({{repoUrl}}/compare/main...changes)
44
2. Title your pull request `Changes`
55

66
I'll respond with next steps in your pull request.

responses/00_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is where most of your code will go. You'll notice we have `App.jsx` along w
2424

2525
## Step 1: Set up the project locally
2626

27-
In this repository, we have two branches - `master` and `changes`. We will be working off of the `changes` branch. Let's go ahead and get started.
27+
In this repository, we have two branches - `main` and `changes`. We will be working off of the `changes` branch. Let's go ahead and get started.
2828

2929
### :keyboard: Activity: Clone the repository and install Node
3030

responses/10_approve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Now that we've approved the changes, it's time to merge the pull request.
44

5-
### :keyboard: Activity: Merge the `changes` branch into `master`
5+
### :keyboard: Activity: Merge the `changes` branch into `main`
66

77
1. Click the `Merge Pull Request` button
88

responses/11_congrats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Congratulations!
22

3-
Congratulations on finishing Introduction to React. To update your local course, use `git checkout master` and `git pull`.
3+
Congratulations on finishing Introduction to React. To update your local course, use `git checkout main` and `git pull`.
44

55
Although this course certainly doesn't mean you are a React expert, we hope you have the tools to explore further content on your own. Here are some cool resources for further learning:
66

0 commit comments

Comments
 (0)