microsoft / microsoft/foundry-dev-tools
Documentation links in feature table pointing to incorrect URLs with .md extension
Open
@a1exwang is already working on this.
Since Oct 21, 2025.
- Dominant language
- JavaScript
- Stars
- 2.1k
- Forks
- 260
- Avg merge
- 42m
- Merged PRs (30d)
- 29
Description
Description
The feature table in the extension documentation contains two broken links that include the .md file extension in the URL path, which results in 404 errors.
Current Behavior
The following links are not working correctly:
- https://code.visualstudio.com/docs/intelligentapps/models.md
- https://code.visualstudio.com/docs/intelligentapps/playground.md
Expected Behavior
The links should point to:
- https://code.visualstudio.com/docs/intelligentapps/models
- https://code.visualstudio.com/docs/intelligentapps/playground
Steps to Reproduce
- Navigate to the extension's feature table documentation
- Click on either of the mentioned links
- Observe the 404 error page
Suggested Fix
Remove the .md extension from both URLs in the feature table.
Environment
Versión: 1.105.0
Chromium: 138.0.7204.251
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.