Skip to content

Commit 9904c2d

Browse files
authored
Merge pull request #1617 from microsoftgraph/hotfix/master-ref-cleanup
- cleans up remainder master references
2 parents 0494b45 + ec36790 commit 9904c2d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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
workflow_dispatch:
99
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-jav
126126

127127
## 5. Contributions
128128

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

131131
## 6. Supported Java versions
132132

0 commit comments

Comments
 (0)