Skip to content

Commit a920b9a

Browse files
committed
docs: update repo URL
1 parent 7f64e58 commit a920b9a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Public Parameter Registry for AWS
22

3-
[![GitHub Actions](https://github.com/hello-nrfcloud/public-parameter-registry-aws-js/workflows/Test%20and%20Release/badge.svg)](https://github.com/hello-nrfcloud/public-parameter-registry-aws-js/actions/workflows/test-and-release.yaml)
3+
[![GitHub Actions](https://github.com/hello-nrfcloud/public-parameter-registry-aws/workflows/Test%20and%20Release/badge.svg)](https://github.com/hello-nrfcloud/public-parameter-registry-aws/actions/workflows/test-and-release.yaml)
44
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
55
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
66
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)

lambda/publishToS3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const handler = async (event: {
4444
'@ts': new Date().toISOString(),
4545
'@version': 1,
4646
'@context':
47-
'https://github.com/hello-nrfcloud/public-parameter-registry-aws-js',
47+
'https://github.com/hello-nrfcloud/public-parameter-registry-aws',
4848
...registry,
4949
}
5050
console.log(JSON.stringify({ json }, null, 2))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/hello-nrfcloud/public-parameter-registry-aws-js.git"
13+
"url": "git+https://github.com/hello-nrfcloud/public-parameter-registry-aws.git"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/hello-nrfcloud/public-parameter-registry-aws-js/issues"
16+
"url": "https://github.com/hello-nrfcloud/public-parameter-registry-aws/issues"
1717
},
18-
"homepage": "https://github.com/hello-nrfcloud/public-parameter-registry-aws-js#readme",
18+
"homepage": "https://github.com/hello-nrfcloud/public-parameter-registry-aws#readme",
1919
"keywords": [
2020
"nordicsemiconductor",
2121
"cellular-iot",

0 commit comments

Comments
 (0)