Skip to content

Commit 88017c0

Browse files
committed
chore: removes dev branch references
Signed-off-by: Vincent Biret <[email protected]>
1 parent 9904c2d commit 88017c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The best way to get started with a contribution is to start a dialog with the ow
1010

1111
## Submit pull requests for trivial changes
1212

13-
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the __dev__ branch. The dev branch will be updated frequently.
13+
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the __main__ branch. The main branch will be updated frequently.
1414

1515
Revisions of this nature will result in a 0.0.X change of the version number.
1616

@@ -55,7 +55,7 @@ Adding a footer with the prefix **BREAKING CHANGE:** will cause an increment of
5555

5656
This project follows the [all contributors](https://github.com/kentcdodds/all-contributors) specification. When making a contribution, please add yourself to the table of contributors:
5757

58-
1. In section 5. of the [README.md](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/dev/readme.md), after the last "|", copy and paste a new blank contributor element
58+
1. In section 5. of the [README.md](https://github.com/microsoftgraph/msgraph-sdk-java-core/blob/main/readme.md), after the last "|", copy and paste a new blank contributor element
5959
```html
6060
[<img src="https://avatars.githubusercontent.com/u/<your-uid>?v=4" width="100px;"/><br />
6161
<sub><b>Your Name</b></sub>](your website or github page)<br />

0 commit comments

Comments
 (0)