From 4caad312eddee9e24ef0e36e855cfac638a0ff63 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Fri, 5 Jan 2024 05:01:51 +1100 Subject: [PATCH] docs: update `sveltesociety.dev` links (#11488) --- README.md | 2 +- documentation/docs/25-build-and-deploy/20-adapters.md | 2 +- documentation/docs/60-appendix/20-integrations.md | 4 ++-- documentation/docs/60-appendix/50-additional-resources.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d07014c8f9db..77de1f97d21a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Web development, streamlined. Read the [documentation](https://kit.svelte.dev/do | [create-svelte](packages/create-svelte) | [Changelog](packages/create-svelte/CHANGELOG.md) | | [svelte-migrate](packages/migrate) | [Changelog](packages/migrate/CHANGELOG.md) | -[Additional adapters](<(https://sveltesociety.dev/packages#svelte-kit-adapters)>) are maintained by the community. +[Additional adapters](https://sveltesociety.dev/packages?category=sveltekit-adapters) are maintained by the community. ## Bug reporting diff --git a/documentation/docs/25-build-and-deploy/20-adapters.md b/documentation/docs/25-build-and-deploy/20-adapters.md index 7437c5abc4c1..c12df05964a2 100644 --- a/documentation/docs/25-build-and-deploy/20-adapters.md +++ b/documentation/docs/25-build-and-deploy/20-adapters.md @@ -13,7 +13,7 @@ Official adapters exist for a variety of platforms — these are documented on t - [`@sveltejs/adapter-static`](adapter-static) for static site generation (SSG) - [`@sveltejs/adapter-vercel`](adapter-vercel) for Vercel -Additional [community-provided adapters](https://sveltesociety.dev/packages#svelte-kit-adapters) exist for other platforms. +Additional [community-provided adapters](https://sveltesociety.dev/packages?category=sveltekit-adapters) exist for other platforms. ## Using adapters diff --git a/documentation/docs/60-appendix/20-integrations.md b/documentation/docs/60-appendix/20-integrations.md index e2dd9b42297f..fa7c7f7e8f27 100644 --- a/documentation/docs/60-appendix/20-integrations.md +++ b/documentation/docs/60-appendix/20-integrations.md @@ -4,7 +4,7 @@ title: Integrations ## Preprocessors -Preprocessors transform your `.svelte` files before passing them to the compiler. For example, if your `.svelte` file uses TypeScript and PostCSS, it must first be transformed into JavaScript and CSS so that the Svelte compiler can handle it. There are many [available preprocessors](https://sveltesociety.dev/packages#preprocessors). The Svelte team maintains two official ones discussed below. +Preprocessors transform your `.svelte` files before passing them to the compiler. For example, if your `.svelte` file uses TypeScript and PostCSS, it must first be transformed into JavaScript and CSS so that the Svelte compiler can handle it. There are many [available preprocessors](https://sveltesociety.dev/packages?category=preprocessors). The Svelte team maintains two official ones discussed below. ### `vitePreprocess` @@ -27,7 +27,7 @@ You will need to install `svelte-preprocess` with `npm install --save-dev svelte ## Adders -[Svelte Adders](https://sveltesociety.dev/templates#adders) allow you to setup many different complex integrations like Tailwind, PostCSS, Storybook, Firebase, GraphQL, mdsvex, and more with a single command. Please see [sveltesociety.dev](https://sveltesociety.dev/) for a full listing of templates, components, and tools available for use with Svelte and SvelteKit. +[Svelte Adders](https://sveltesociety.dev/templates?category=svelte-add) allow you to setup many different complex integrations like Tailwind, PostCSS, Storybook, Firebase, GraphQL, mdsvex, and more with a single command. Please see [sveltesociety.dev](https://sveltesociety.dev/) for a full listing of templates, components, and tools available for use with Svelte and SvelteKit. ## Vite plugins diff --git a/documentation/docs/60-appendix/50-additional-resources.md b/documentation/docs/60-appendix/50-additional-resources.md index 0c6f63b7121e..ff0ece4c288f 100644 --- a/documentation/docs/60-appendix/50-additional-resources.md +++ b/documentation/docs/60-appendix/50-additional-resources.md @@ -17,7 +17,7 @@ We've written and published a few different SvelteKit sites as examples: - [`kit.svelte.dev`](https://github.com/sveltejs/kit/tree/main/sites/kit.svelte.dev) - [`svelte.dev`](https://github.com/sveltejs/svelte/tree/main/sites/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#svelte-kit). 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/templates?category=sveltekit). Note that these have not been vetted by the maintainers and may not be up to date. ## Support