Skip to content

Commit 01a3322

Browse files
authored
chore: Use nodejs github link in package.json (#32)
1 parent aa9c53f commit 01a3322

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once you have some code ready, open a PR, [linking it to the issue](https://docs
2525
### Setting up your development environment
2626

2727
```bash
28-
$ git clone git@github.com:DataDog/orchestrion-js.git
28+
$ git clone git@github.com:nodejs/orchestrion-js.git
2929
$ cd orchestrion-js
3030
$ rustup install stable
3131
$ cargo check # or `cargo test`, etc.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/apm-js-collab/orchestrion-js.git"
7+
"url": "https://github.com/nodejs/orchestrion-js.git"
88
},
99
"files": [
1010
"./pkg/orchestrion_js.js",

0 commit comments

Comments
 (0)