Skip to content

Commit 14696eb

Browse files
committed
Fix link :)
1 parent ef8c724 commit 14696eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/changelog/Header.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ const products = await uniqueProducts(notes);
3939
<p>
4040
<RSSButton changelog="index" />
4141
<br />
42-
<RSSButton href="index" text="View all RSS feeds" icon="right-caret" />
42+
<RSSButton
43+
href="/fundamentals/new-features/available-rss-feeds/"
44+
text="View all RSS feeds"
45+
icon="right-caret"
46+
/>
4347
</p>
4448
{
4549
products.length > 0 && (

0 commit comments

Comments
 (0)