Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 8d42dac

Browse files
authored
fix: package.json links to github (#217)
1 parent e473527 commit 8d42dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/instrumentation-amqplib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"rabbitmq",
99
"AMQP 0-9-1"
1010
],
11-
"homepage": "https://github.com/aspecto-io/opentelemetry-amqplib",
11+
"homepage": "https://github.com/aspecto-io/opentelemetry-ext-js/blob/master/packages/instrumentation-amqplib",
1212
"license": "Apache-2.0",
1313
"main": "dist/src/index.js",
1414
"files": [
@@ -20,7 +20,7 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/aspecto-io/opentelemetry-amqplib.git"
23+
"url": "https://github.com/aspecto-io/opentelemetry-ext-js.git"
2424
},
2525
"scripts": {
2626
"build": "tsc",

0 commit comments

Comments
 (0)