-
Notifications
You must be signed in to change notification settings - Fork 153
docs: Tracer example link goes to a 404 #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Tracer example link goes to a 404 #414
Conversation
Changes: - Update tracer link to go to https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk/lib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR!
I left a couple of comments, one is just a note while the other is a change.
After addressing them, could you please update also the README.md
files in each package?
- https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/commons/README.md
- https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/metrics/README.md
- https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/logger/README.md
- https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/packages/tracing/README.md
This repo uses a monorepo structure and all packages are published on NPM separately so we need a README file in each one.
@dreamorosi - i have updated the changes. FYI i am using markdownlint for editing and validating the MD files. |
@dreamorosi should all be resolved now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM + installed markdownlint :) Thanks for the recommendation @michaelbrewer
Description of your changes
Changes:
https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk/lib
How to verify this change
Build and run the docs and click on the changed links.
PR status
Is this ready for review?: YES
Is it a breaking change?: NO
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.