Skip to content

Commit ea7d024

Browse files
committed
docs: update playground links
1 parent e753c0b commit ea7d024

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playgrounds/basic/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sourceMap": true,
1111
"strict": true
1212
}
13-
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
13+
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias and https://svelte.dev/docs/kit/configuration#files
1414
//
1515
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
1616
// from the referenced tsconfig.json - TypeScript does not merge them in

playgrounds/basic/src/app.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://kit.svelte.dev/docs/types#app
1+
// See https://svelte.dev/docs/kit/types#app.d.ts
22
// for information about these interfaces
33
declare global {
44
namespace App {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<h1>Welcome to SvelteKit</h1>
2-
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>
2+
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>

0 commit comments

Comments
 (0)