-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
docs: fix broken editor-support link in Getting Started guide #17290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fix broken editor-support link in Getting Started guide #17290
Conversation
Updated editor tooling section for clarity and added link to the Editor Support collection.
|
| For other editors, see the Editor Support collection: | ||
| https://sveltesociety.dev/collection/editor-support-c85c080efc292a34 | ||
|
|
||
| You can also check your code from the command line using `sv check`(https://github.com/sveltejs/cli). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like that you're removing the square brackets. Can we go back to the old text and merely update the URL?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benmccann sir,
Got it, thanks for the correcting me! I've gone back to the original text, only updating the URL and preserving the brackets/formatting as requested.
I've amended the commit and force-pushed the change. Please take another look! 🙏"
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
|
@benmccann sir |
|
closing in favor of #17292. please don't open duplicate PRs |
This PR addresses sveltejs/kit#14941, where the previous Svelte Society link in the Editor Tooling section no longer returned any results.
What’s fixed
Updated the outdated Svelte Society “Editor Support” link
Old: https://sveltesociety.dev/resources#editor-support
New: https://sveltesociety.dev/collection/editor-support-c85c080efc292a34
Why this change matters
The old link resulted in a “No content found” page, causing confusion for new users looking for editor integrations.
This ensures the documentation stays accurate and beginners can find supported editors easily.
Tests / Linting
This PR only updates documentation and does not modify any code.
No changeset is needed.