From 630ec4b32d5a46e8428625db018ec5f2aa72d17e Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Mon, 24 Jan 2022 20:17:44 +0700 Subject: [PATCH] [blog] fix rss feed link Fixes https://github.com/sveltejs/sites/issues/279 --- .../content/blog/2022-01-13-accelerating-sveltes-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-01-13-accelerating-sveltes-development.md b/site/content/blog/2022-01-13-accelerating-sveltes-development.md index 2eeebde17b..7860c2acbc 100644 --- a/site/content/blog/2022-01-13-accelerating-sveltes-development.md +++ b/site/content/blog/2022-01-13-accelerating-sveltes-development.md @@ -64,4 +64,4 @@ SvelteKit is continuing to progress towards 1.0 and, in just the past week, we h While a lot of effort has been going into SvelteKit recently, we continue to progress the entire ecosystem. [Svelte 3.46.0](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3460) was one of our biggest releases in awhile with two major new features added: [constants in markup](https://github.com/sveltejs/rfcs/blob/master/text/0007-markup-constants.md) and [style directives](https://github.com/sveltejs/rfcs/blob/master/text/0008-style-directives.md). -Svelte and SvelteKit’s trajectories have been accelerated by the numerous investments above and there will be many more updates to come — subscribe to the [blog](/blog) via [RSS](/blog/rss.xml) or check monthly to be the first to get them. +Svelte and SvelteKit’s trajectories have been accelerated by the numerous investments above and there will be many more updates to come — subscribe to the [blog](/blog) via [RSS](https://svelte.dev/blog/rss.xml) or check monthly to be the first to get them.