Skip to content

Commit 152307c

Browse files
authored
master-main (#25)
1 parent 4c0f89e commit 152307c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-layer-python/blob/master/CONTRIBUTING.md) if you have not yet done so._ --->
1+
<!--- Please remember to review the [contribution guidelines](https://github.com/DataDog/datadog-lambda-layer-java/blob/main/CONTRIBUTING.md) if you have not yet done so._ --->
22

33
### What does this PR do?
44

.github/workflows/build-on-master.yaml renamed to .github/workflows/build-on-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Test on Master branch
1+
name: Test on Main branch
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
gradle:
88
strategy:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Make your change, update tests and ensure the tests pass (install Docker if you
1616

1717
Push to your fork and [submit a pull request][pr].
1818

19-
[pr]: https://github.com/your-username/datadog-lambda-java/compare/DataDog:master...master
19+
[pr]: https://github.com/your-username/datadog-lambda-java/compare/DataDog:main...main
2020

2121
At this point you're waiting on us. We may suggest some changes or improvements or alternatives.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# datadog-lambda-java
22

33
[![Slack](https://img.shields.io/badge/slack-%23serverless-blueviolet?logo=slack)](https://datadoghq.slack.com/channels/serverless/)
4-
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-java/blob/master/LICENSE)
4+
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-java/blob/main/LICENSE)
55
![](https://github.com/DataDog/datadog-lambda-java/workflows/Test%20on%20Master%20branch/badge.svg)
66
![Bintray](https://img.shields.io/bintray/v/datadog/datadog-maven/datadog-lambda-java)
77

@@ -237,7 +237,7 @@ You can also open an issue for a feature request.
237237
## Contributing
238238

239239
If you find an issue with this package and have a fix, please feel free to open a pull request
240-
following the [procedures](https://github.com/DataDog/dd-lambda-layer-js/blob/master/CONTRIBUTING.md).
240+
following the [procedures](https://github.com/DataDog/dd-lambda-layer-java/blob/main/CONTRIBUTING.md).
241241

242242
## License
243243

0 commit comments

Comments
 (0)