Skip to content

Fix stale Models docs links in config panel#11136

Open
siewcapital wants to merge 1 commit intocontinuedev:mainfrom
Siew-s-Capital:fix/models-learn-more-links-11126
Open

Fix stale Models docs links in config panel#11136
siewcapital wants to merge 1 commit intocontinuedev:mainfrom
Siew-s-Capital:fix/models-learn-more-links-11126

Conversation

@siewcapital
Copy link

@siewcapital siewcapital commented Mar 6, 2026

Summary

  • update the Models section learn-more links for Chat, Autocomplete, and Edit to the current ide-extensions/.../quick-start docs routes
  • update model setup links in the same section to ide-extensions/.../model-setup
  • add a focused regression test to verify all six links point at the expected routes and do not contain /docs/

Why

The links in the Models panel were still pointing at older paths. This aligns the UI with the current docs structure and prevents regressions.

Closes #11126.

Validation

  • npm test -- src/pages/config/sections/ModelsSection.test.tsx (from gui/) → fails in this local env due to unresolved transitive module imports from core test graph (partial-json)
  • git diff --check

Summary by cubic

Fixes stale docs links in the Models config panel by switching to the current ide-extensions quick-start and model-setup routes. Adds a regression test to lock these URLs down. Closes #11126.

  • Bug Fixes
    • Updated Chat, Autocomplete, and Edit "Learn more" links to ide-extensions/.../quick-start
    • Updated model setup links to ide-extensions/.../model-setup
    • Added test verifying all six links and ensuring none include "/docs/"

Written for commit 40bc215. Summary will update on new commits.

@siewcapital siewcapital requested a review from a team as a code owner March 6, 2026 19:08
@siewcapital siewcapital requested review from RomneyDa and removed request for a team March 6, 2026 19:08
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@siewcapital thanks for the link fixes!

Could you update the tests to use imported MODEL_DOCS_URLS or similar to prevent 2 sources of truth? Or feel free to remove the test file in this case.

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-merge size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Models panel "Learn more" links point to outdated /docs documentation paths

2 participants