-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
docs: update outdated Svelte Society editor support link URL #17292
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
Conversation
Updated editor tooling section for clarity and added link to the Editor Support collection.
Fix: Update support link URL in Getting Started documentation Updates the support URL in 'documentation/docs/01-introduction/02-getting-started.md' to the correct location. All content surrounding the link has been verified and restored to its original state.
|
|
Note that there are other broken links that should be cleaned up: sveltejs/kit#15010 (comment) |
|
|
@benmccann |
|
They're listed on the linked issue. You just need to go and read it. Look, we appreciate PRs that fix stuff but please, for the love of god, stop using 'AI' agents to do it. This PR should have been an extremely straightforward fix that you could have done yourself, but instead there have been multiple commits that left errors that a maintainer needed to step in and fix. So far you have wasted much more time — both your own, and ours — than you've saved. Again: you are wasting your time using these tools. Learn how to contribute as a human, or don't bother. |
|
Thanks for the feedback ,I understood your point. I’m taking this as inspiration to improve and contribute in a better way going forward. |
Fixes sveltejs/kit#14941
This PR addresses the issue of the support link in the Editor Tooling section of the Getting Started documentation resulting in a "No content found" page.
What's Fixed
Updated the link within the 'documentation/docs/01-introduction/02-getting-started.md' file. The text and surrounding formatting have been preserved exactly as they were, with only the URL being modified.
https://sveltesociety.dev/resources#editor-supporthttps://sveltesociety.dev/collection/editor-support-c85c080efc292a34Why This Change Matters
The old link resulted in a "No content found" error, causing confusion for new users seeking editor setup instructions. This change ensures the documentation provides accurate, working resources so beginners can easily find supported editor integrations.
Before submitting the PR, please make sure you do the following
feat:,fix:,chore:, ordocs:.packages/svelte/src, add a changeset (npx changeset).Tests and linting
This PR only updates documentation and does not modify any source code or logic.
pnpm testand lint the project withpnpm lint(N/A, documentation change only)