From e1ff6ddf175c1a3463b81e0a87d6bad5bef40072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isak=20Regnstr=C3=B6m?= Date: Tue, 5 Aug 2025 21:01:49 +0200 Subject: [PATCH] Correct link in README.md (#16557) Changed "master" to "main" in the link to the changelog. It was previously redirecting to the "svelte-4" branch. --- packages/svelte/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/README.md b/packages/svelte/README.md index 03e4db5db0..026bc0d81d 100644 --- a/packages/svelte/README.md +++ b/packages/svelte/README.md @@ -30,7 +30,7 @@ See [the SvelteKit documentation](https://svelte.dev/docs/kit) to learn more. ## Changelog -[The Changelog for this package is available on GitHub](https://github.com/sveltejs/svelte/blob/master/packages/svelte/CHANGELOG.md). +[The Changelog for this package is available on GitHub](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md). ## Supporting Svelte