vscode-ai-toolkit icon indicating copy to clipboard operation
vscode-ai-toolkit copied to clipboard

Documentation links in feature table pointing to incorrect URLs with .md extension

Open Curcolor opened this issue 2 months ago • 3 comments

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

  1. Navigate to the extension's feature table documentation
  2. Click on either of the mentioned links
  3. 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

Curcolor avatar Oct 17 '25 01:10 Curcolor

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 avatar Oct 19 '25 13:10 ivintoiu

@ivintoiu Thanks for the report. You can send a PR if you have already done it. And we will fix it soon.

a1exwang avatar Oct 21 '25 07:10 a1exwang

@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.

ivintoiu avatar Oct 22 '25 09:10 ivintoiu