microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
421 stars 184 forks source link

[Bug]: Broken links across the repository #2000

Closed gauravkeshre closed 1 month ago

gauravkeshre commented 1 month ago

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

  1. install link checker npm install -g markdown-link-check
  2. cd into teams-ai
  3. run for file in $(find . -type f -name '*.md'); do markdown-link-check "$file"; done
  4. Observe the results (attaching a simplified report)
corinagum commented 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.