Skip to content

Commit 9cdb173

Browse files
committed
chore: removes master branch references
Signed-off-by: Vincent Biret <[email protected]>
1 parent 8ffe284 commit 9cdb173

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Before you open this issue, did you:
1212
- Search StackOverflow for an answer?
1313
- Capture the repro steps and gather the information requested in the steps below to reproduce your scenario?
1414
- Review the samples under github.com/microsoftgraph? They can help for some scenarios.
15-
- Take a look at the functional tests in this repo? They may have an example for you. See the [functional tests](https://github.com/microsoftgraph/msgraph-sdk-java/tree/master/src/test/java/com/microsoft/graph/functional)
1615
1716
Please provide the following before submitting this issue:
1817
- Expected behavior. Please provide **links to the specific [Microsoft Graph documentation](https://developer.microsoft.com/en-us/graph/docs/concepts/overview)** you used to determine the expected behavior.

.github/workflows/conflicting-pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: PullRequestConflicting
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
6+
# events but only for the main branch
77
on:
88
push:
99
branches: [main, support/5.x.x]

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Adding a footer with the prefix **BREAKING CHANGE:** will cause an increment of
6060

6161
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:
6262

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ For more detailed documentation, see:
9898
* [Collections](https://docs.microsoft.com/graph/sdks/paging)
9999
* [Making requests](https://docs.microsoft.com/graph/sdks/create-requests)
100100
* [Known issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues)
101-
* [Contributions](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md)
101+
* [Contributions](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CONTRIBUTING.md)
102102

103103
## 5. Issues
104104

105105
For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues).
106106

107107
## 6. Contributions
108108

109-
The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md).
109+
The Microsoft Graph SDK is open for contribution. To contribute to this project, see [Contributing](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CONTRIBUTING.md).
110110

111111
## 7. Supported Java versions
112112

docs/proguard-rules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-keepnames public class * implements com.microsoft.graph.serializer.IJsonBackedObject
33

44
## GSON 2.2.4 specific rules ##
5-
# Source: https://github.com/google/gson/blob/master/examples/android-proguard-example/proguard.cfg
5+
# Source: https://github.com/google/gson/blob/main/examples/android-proguard-example/proguard.cfg
66
# Gson uses generic type information stored in a class file when working with fields. Proguard
77
# removes such information by default, so configure it to keep all of it.
88
-keepattributes Signature

0 commit comments

Comments
 (0)