Skip to content

Commit cde1458

Browse files
authored
docs: update more links to packages page (#14589)
1 parent 04ba87e commit cde1458

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

documentation/docs/10-getting-started/25-project-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can turn a [SvelteKit SPA](single-page-apps) into a desktop app with [Tauri]
6262

6363
## Browser extension
6464

65-
You can build browser extensions using either [`adapter-static`](adapter-static) or [community adapters](https://sveltesociety.dev/packages?category=sveltekit-adapters) specifically tailored towards browser extensions.
65+
You can build browser extensions using either [`adapter-static`](adapter-static) or [community adapters](/packages#sveltekit-adapters) specifically tailored towards browser extensions.
6666

6767
## Embedded device
6868

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default config;
2020

2121
You will also need to use a preprocessor if you're using TypeScript with Svelte 4. TypeScript is supported natively in Svelte 5 if you're using only the type syntax. To use more complex TypeScript syntax in Svelte 5, you will need still need a preprocessor and can use `vitePreprocess({ script: true })`.
2222

23-
## Adders
23+
## Add-ons
2424

2525
Run [`npx sv add`](/docs/cli/sv-add) to setup many different complex integrations with a single command including:
2626
- prettier (formatting)
@@ -34,9 +34,9 @@ Run [`npx sv add`](/docs/cli/sv-add) to setup many different complex integration
3434
- mdsvex (markdown)
3535
- storybook (frontend workshop)
3636

37-
## Directory
37+
## Packages
3838

39-
See [sveltesociety.dev](https://sveltesociety.dev/) for a full listing of [packages](https://sveltesociety.dev/packages) and [templates](https://sveltesociety.dev/templates) available for use with Svelte and SvelteKit.
39+
Check out [the packages page](/packages) for a curated set of high quality Svelte packages. You can also see [sveltesociety.dev](https://sveltesociety.dev/) for additional libraries, templates, and resources.
4040

4141
## Additional integrations
4242

0 commit comments

Comments
 (0)