Skip to content

Commit effb5b7

Browse files
committed
rephrase
1 parent fa20b16 commit effb5b7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/components/AvailableChangelogFeeds.astro

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,24 @@ const productsByGroup = Object.entries(
2929

3030
<AnchorHeading depth={3} title="Global feed" />
3131
<p>
32-
This feed contains entries for all Cloudflare products: <RSSButton />
32+
This feed contains entries for all Cloudflare products in the <a
33+
href="/changelog/">changelog</a
34+
>: <RSSButton />
3335
</p>
3436

3537
<AnchorHeading depth={3} title="Area-specific feeds" />
3638

3739
<p>
38-
Cloudflare also offers RSS feeds scoped to specific product areas or products.
40+
Cloudflare also offers RSS feeds scoped to specific product areas or products
41+
in the <a href="/changelog/">changelog</a>.
3942
</p>
4043

4144
{
4245
productsByGroup.map(([group, products]) => (
4346
<>
4447
<AnchorHeading depth={4} title={group} />
4548
<p>
46-
This feed contains entries for all {group} products:{" "}
49+
This feed is for all {group} products in the changelog:{" "}
4750
<RSSButton changelog={group} />
4851
</p>
4952
<Details header="Included products">

0 commit comments

Comments
 (0)