docs: update sveltesociety links
authorBen McCann <322311+benmccann@users.noreply.github.com>
Sun, 7 Dec 2025 03:51:07 +0000 (19:51 -0800)
committerBen McCann <322311+benmccann@users.noreply.github.com>
Sun, 7 Dec 2025 03:51:18 +0000 (19:51 -0800)
documentation/docs/10-getting-started/20-creating-a-project.md
documentation/docs/60-appendix/50-additional-resources.md

index c5d7c3a305e9ff99f794ca1b79efafb983148509..c1d125ec0bd8350cdeb8d01ea9e3b19ce97c5554 100644 (file)
@@ -21,4 +21,4 @@ Try editing the files to get a feel for how everything works.
 
 ## Editor setup
 
-We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), but [support also exists for numerous other editors](https://sveltesociety.dev/resources#editor-support).
+We recommend using [Visual Studio Code (aka VS Code)](https://code.visualstudio.com/download) with [the Svelte extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), but [support also exists for numerous other editors](https://sveltesociety.dev/collection/editor-support-c85c080efc292a34).
index edc816f38c4fc1924735d3f88cebf3e6c165669d..86f121aa487241d3de07c5f6bed5cef0dfd5c557 100644 (file)
@@ -16,7 +16,7 @@ We've written and published a few different SvelteKit sites as examples:
 - [A HackerNews clone](https://github.com/sveltejs/sites/tree/master/sites/hn.svelte.dev)
 - [`svelte.dev`](https://github.com/sveltejs/svelte.dev)
 
-SvelteKit users have also published plenty of examples on GitHub, under the [#sveltekit](https://github.com/topics/sveltekit) and [#sveltekit-template](https://github.com/topics/sveltekit-template) topics, as well as on [the Svelte Society site](https://sveltesociety.dev/templates?category=sveltekit). Note that these have not been vetted by the maintainers and may not be up to date.
+SvelteKit users have also published plenty of examples on GitHub, under the [#sveltekit](https://github.com/topics/sveltekit) and [#sveltekit-template](https://github.com/topics/sveltekit-template) topics, as well as on [the Svelte Society site](https://sveltesociety.dev/recipe/sveltekit-templates-and-examples-e789ed397e7f38fc). Note that these have not been vetted by the maintainers and may not be up to date.
 
 ## Support