Documentation links in feature table pointing to incorrect URLs with .md extension
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
Hi there, I'd like to take a stab at fixing this one. I plan to to finish working on it in the next days. Could you please assign it to me to avoid duplication of work? Thanks!
@ivintoiu Thanks for the report. You can send a PR if you have already done it. And we will fix it soon.
@a1exwang, I tried to reproduce this on a clean clone of main. The URLs appear to be correct since commit 10c04f5. Based on this, I believe the issue can be closed. If I've missed something, please let me know and I'll recheck.