Skip to content

Commit 43bf1b7

Browse files
docs: update valid-each-key, require-each-key, no-at-html-tags, prefer-class-directive further reading links (#1185)
1 parent cc07881 commit 43bf1b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/rules/no-at-html-tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are certain the content passed to `{@html}` is sanitized HTML you can dis
4040

4141
## :books: Further Reading
4242

43-
- [Svelte - Tutorial > 1. Introduction / HTML tags](https://svelte.dev/tutorial/html-tags)
43+
- [Svelte - Tutorial > Basic Svelte / Introduction / HTML tags](https://svelte.dev/tutorial/svelte/html-tags)
4444

4545
## :rocket: Version
4646

docs/rules/prefer-class-directive.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You cannot enforce this style by using [prettier-plugin-svelte]. That is, this r
6262

6363
## :books: Further Reading
6464

65-
- [Svelte - Tutorial > 13. Classes / The class directive](https://svelte.dev/tutorial/classes)
65+
- [Svelte - Tutorial > Basic Svelte / Classes and styles / The class atribute](https://svelte.dev/tutorial/svelte/classes)
6666

6767
## :rocket: Version
6868

docs/rules/require-each-key.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Nothing.
4444

4545
## :books: Further Reading
4646

47-
- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
47+
- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
4848

4949
## :rocket: Version
5050

docs/rules/valid-each-key.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Nothing.
5353

5454
## :books: Further Reading
5555

56-
- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/keyed-each-blocks)
56+
- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
5757

5858
## :rocket: Version
5959

0 commit comments

Comments
 (0)