From 19a15e615da6f090ef3f4a008d11756e0f0b443e Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:47:27 -0800 Subject: [PATCH] docs: fix links to sveltesociety.dev --- README.md | 2 +- documentation/docs/10-getting-started/20-creating-a-project.md | 2 +- documentation/docs/25-build-and-deploy/20-adapters.md | 2 +- documentation/docs/60-appendix/20-integrations.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e28429d87cd3..016736481339 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/components#adapters)>) are maintained by the community. +[Additional adapters](<(https://sveltesociety.dev/packages#svelte-kit-adapters)>) are maintained by the community. ## Bug reporting diff --git a/documentation/docs/10-getting-started/20-creating-a-project.md b/documentation/docs/10-getting-started/20-creating-a-project.md index a65814e9a50f..cca9caf3e40f 100644 --- a/documentation/docs/10-getting-started/20-creating-a-project.md +++ b/documentation/docs/10-getting-started/20-creating-a-project.md @@ -22,4 +22,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/tools#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/resources#editor-support). diff --git a/documentation/docs/25-build-and-deploy/20-adapters.md b/documentation/docs/25-build-and-deploy/20-adapters.md index 15acd012fd06..7437c5abc4c1 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/components#adapters) exist for other platforms. +Additional [community-provided adapters](https://sveltesociety.dev/packages#svelte-kit-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 9ebd5fd330e6..e2dd9b42297f 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/tools#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#preprocessors). The Svelte team maintains two official ones discussed below. ### `vitePreprocess`