Skip to content

Commit 8076f72

Browse files
authored
docs: fix links to sveltesociety.dev (#11441)
1 parent 851176e commit 8076f72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Web development, streamlined. Read the [documentation](https://kit.svelte.dev/do
2222
| [create-svelte](packages/create-svelte) | [Changelog](packages/create-svelte/CHANGELOG.md) |
2323
| [svelte-migrate](packages/migrate) | [Changelog](packages/migrate/CHANGELOG.md) |
2424

25-
[Additional adapters](<(https://sveltesociety.dev/components#adapters)>) are maintained by the community.
25+
[Additional adapters](<(https://sveltesociety.dev/packages#svelte-kit-adapters)>) are maintained by the community.
2626

2727
## Bug reporting
2828

documentation/docs/10-getting-started/20-creating-a-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Try editing the files to get a feel for how everything works.
2222

2323
## Editor setup
2424

25-
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).
25+
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).

documentation/docs/25-build-and-deploy/20-adapters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Official adapters exist for a variety of platforms — these are documented on t
1313
- [`@sveltejs/adapter-static`](adapter-static) for static site generation (SSG)
1414
- [`@sveltejs/adapter-vercel`](adapter-vercel) for Vercel
1515

16-
Additional [community-provided adapters](https://sveltesociety.dev/components#adapters) exist for other platforms.
16+
Additional [community-provided adapters](https://sveltesociety.dev/packages#svelte-kit-adapters) exist for other platforms.
1717

1818
## Using adapters
1919

documentation/docs/60-appendix/20-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Integrations
44

55
## Preprocessors
66

7-
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.
7+
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.
88

99
### `vitePreprocess`
1010

0 commit comments

Comments
 (0)