File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments