fix(copilot): update edit mode link - #46061
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
309530b to
4428f6e
Compare
4428f6e to
36b2adb
Compare
subatoi
left a comment
There was a problem hiding this comment.
Thanks @aniruddhaadak80—I'll get this merged now
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Why:
Closes: #46060
The Copilot Chat in an IDE article links its Edit mode entry to
#edit-mode-1, but the actualEdit modeheading resolves to#edit-mode. Readers following the mode list are therefore sent to a nonexistent fragment instead of the instructions.What's being changed (if available, include any code snippets, screenshots, or gifs):
#edit-modeheading.#edit-mode-1as a stale anchor in this article.Testing:
npm run build(Node.js v24.19.0) - passed.npm run lint-content -- --paths content/copilot/how-tos/chat-with-copilot/chat-in-ide.md(Node.js v24.19.0) - passed with no errors.npm test -- --no-file-parallelism --maxWorkers=1 src/content-render/tests/render-changed-and-deleted-files.ts(Node.js v24.19.0) - 2 tests passed.npm run check-links-internal -- --version free-pro-team@latest --concurrency 32(Node.js v24.19.0) - 17,044 links checked; the replaced stale fragment is absent from the refreshed report.git diff --check- passed.Check off the following: