Skip to content

Commit 4ce818f

Browse files
authored
master -> main (#139)
1 parent c2d5629 commit 4ce818f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ npm test
1616

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

19-
[pr]: https://github.com/your-username/datadog-lambda-js/compare/DataDog:master...master
19+
[pr]: https://github.com/your-username/datadog-lambda-js/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
@@ -3,7 +3,7 @@
33
[![Code Coverage](https://img.shields.io/codecov/c/github/DataDog/datadog-lambda-js)](https://codecov.io/gh/DataDog/datadog-lambda-js)
44
[![NPM](https://img.shields.io/npm/v/datadog-lambda-js)](https://www.npmjs.com/package/datadog-lambda-js)
55
[![Slack](https://img.shields.io/badge/slack-%23serverless-blueviolet?logo=slack)](https://datadoghq.slack.com/channels/serverless/)
6-
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-js/blob/master/LICENSE)
6+
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/DataDog/datadog-lambda-js/blob/main/LICENSE)
77

88
Datadog Lambda Library for Node.js enables enhanced Lambda metrics, distributed tracing, and custom metric submission from AWS Lambda functions.
99

@@ -115,7 +115,7 @@ You can also open an issue for a feature request.
115115

116116
## Contributing
117117

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

120120
## License
121121

scripts/publish_prod.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
set -e
33

44
BRANCH=$(git rev-parse --abbrev-ref HEAD)
5-
if [ $BRANCH != "master" ]; then
6-
echo "Not on master, aborting"
5+
if [ $BRANCH != "main" ]; then
6+
echo "Not on main, aborting"
77
exit 1
88
fi
99

@@ -47,4 +47,4 @@ echo "Signing layers..."
4747

4848
echo
4949
echo "Publishing layers..."
50-
./scripts/publish_layers.sh
50+
./scripts/publish_layers.sh

0 commit comments

Comments
 (0)