From 93c6893ddc8aee74c8cfbe4b801153c73a34a18a Mon Sep 17 00:00:00 2001
From: andrewpollack <andrewpkq@gmail.com>
Date: Wed, 2 Apr 2025 10:33:03 -0700
Subject: [PATCH 1/4] docs: update valid-each-key further reading link

---
 docs/rules/valid-each-key.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rules/valid-each-key.md b/docs/rules/valid-each-key.md
index 5e6aa5795..2515751ba 100644
--- a/docs/rules/valid-each-key.md
+++ b/docs/rules/valid-each-key.md
@@ -53,7 +53,7 @@ Nothing.
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/keyed-each-blocks)
+- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
 
 ## :rocket: Version
 

From e901021456a3c775f44807b2368fa23cbaf387ec Mon Sep 17 00:00:00 2001
From: andrewpollack <andrewpkq@gmail.com>
Date: Wed, 2 Apr 2025 10:33:13 -0700
Subject: [PATCH 2/4] docs: update require-each-key further reading link

---
 docs/rules/require-each-key.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rules/require-each-key.md b/docs/rules/require-each-key.md
index cd0069cb1..0daa7ec84 100644
--- a/docs/rules/require-each-key.md
+++ b/docs/rules/require-each-key.md
@@ -44,7 +44,7 @@ Nothing.
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 4. Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
+- [Svelte - Tutorial > Basic Svelte / Logic / Keyed each blocks](https://svelte.dev/tutorial/svelte/keyed-each-blocks)
 
 ## :rocket: Version
 

From 4153af070b8800034bf2744e9a49ba429e25e1a6 Mon Sep 17 00:00:00 2001
From: andrewpollack <andrewpkq@gmail.com>
Date: Wed, 2 Apr 2025 10:33:28 -0700
Subject: [PATCH 3/4] docs: update no-at-html-tags further reading link

---
 docs/rules/no-at-html-tags.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rules/no-at-html-tags.md b/docs/rules/no-at-html-tags.md
index bdec6d96a..aba37a4bb 100644
--- a/docs/rules/no-at-html-tags.md
+++ b/docs/rules/no-at-html-tags.md
@@ -40,7 +40,7 @@ If you are certain the content passed to `{@html}` is sanitized HTML you can dis
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 1. Introduction / HTML tags](https://svelte.dev/tutorial/html-tags)
+- [Svelte - Tutorial > Basic Svelte / Introduction / HTML tags](https://svelte.dev/tutorial/svelte/html-tags)
 
 ## :rocket: Version
 

From ea35d917f76654c825cfc9f5580d98ecb2b28aef Mon Sep 17 00:00:00 2001
From: andrewpollack <andrewpkq@gmail.com>
Date: Wed, 2 Apr 2025 10:33:34 -0700
Subject: [PATCH 4/4] docs: update prefer-class-directive further reading link

---
 docs/rules/prefer-class-directive.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rules/prefer-class-directive.md b/docs/rules/prefer-class-directive.md
index 5b5c6a165..3eb3ed69d 100644
--- a/docs/rules/prefer-class-directive.md
+++ b/docs/rules/prefer-class-directive.md
@@ -62,7 +62,7 @@ You cannot enforce this style by using [prettier-plugin-svelte]. That is, this r
 
 ## :books: Further Reading
 
-- [Svelte - Tutorial > 13. Classes / The class directive](https://svelte.dev/tutorial/classes)
+- [Svelte - Tutorial > Basic Svelte / Classes and styles / The class atribute](https://svelte.dev/tutorial/svelte/classes)
 
 ## :rocket: Version