aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
266 stars 155 forks source link

Wrong link to the sdk contrib readmes #645

Closed jorgevrgs closed 3 months ago

jorgevrgs commented 3 months ago

All the npm repository links have wrong links to the sdk contrib packages:

Fastify

https://www.npmjs.com/package/aws-xray-sdk-fastify https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib >> 404

Fetch

https://www.npmjs.com/package/aws-xray-sdk-fetch https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib >> 404

Hapi

https://www.npmjs.com/package/aws-xray-sdk-hapi https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib >> 404

Koa

https://www.npmjs.com/package/aws-xray-sdk-koa2 https://github.com/aws/aws-xray-sdk-node/tree/sdk_contrib >> 404

jj22ee commented 3 months ago

Merged PR, thanks for the fix!