Closed gauravkeshre closed 1 month ago
I did not know about this package, and I love it! Thank you for the heads up! Re-reviewing your PR -- it looks like the ones you addressed were handled?
FYI, some of the links we post are internal-only, which I understand can be frustrating and counter-intuitive in an open-source repo. Those links will very likely remain in our readme's.
Language
Javascript/Typescript, C#, Python
Version
latest
Description
I ran a broken link check on the repo and found that there are over 50 broken links some of which return HTTP error 404, 403. Attaching the report file with this issue. teams-ai-broken-links.txt
Reproduction Steps
npm install -g markdown-link-check
for file in $(find . -type f -name '*.md'); do markdown-link-check "$file"; done