Skip to content

Commit

Permalink
docs: update repository link for sdk contrib packages (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Vargas <[email protected]>
Co-authored-by: jjllee <[email protected]>
  • Loading branch information
3 people authored May 20, 2024
1 parent 405c909 commit 73e1fca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk_contrib/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"lib": "lib"
},
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib/fastify"
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/sdk_contrib/fastify"
}
2 changes: 1 addition & 1 deletion sdk_contrib/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lib": "lib"
},
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib/fetch",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/sdk_contrib/fetch",
"devDependencies": {
"@types/node-fetch": "^2.6.4",
"chai-as-promised": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion sdk_contrib/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"lib": "lib"
},
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib/koa"
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/sdk_contrib/hapi"
}
2 changes: 1 addition & 1 deletion sdk_contrib/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"lib": "lib"
},
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib/koa"
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/sdk_contrib/koa"
}

0 comments on commit 73e1fca

Please sign in to comment.