We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8c724 commit 14696ebCopy full SHA for 14696eb
src/components/changelog/Header.astro
@@ -39,7 +39,11 @@ const products = await uniqueProducts(notes);
39
<p>
40
<RSSButton changelog="index" />
41
<br />
42
- <RSSButton href="index" text="View all RSS feeds" icon="right-caret" />
+ <RSSButton
43
+ href="/fundamentals/new-features/available-rss-feeds/"
44
+ text="View all RSS feeds"
45
+ icon="right-caret"
46
+ />
47
</p>
48
{
49
products.length > 0 && (
0 commit comments