Skip to content

Commit af0a951

Browse files
authored
Fix duplicate release notes RSS links (#5411)
1 parent 0921b00 commit af0a951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/release-notes/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex
1717
</div>
1818
<div className="box smallbox card">
1919
<div className="container">
20-
<a href="/release-notes-cse"><img src={useBaseUrl('img/icons/security/cloud-siem.png')} alt="icon" width="40"/><h4>Cloud SIEM <br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
20+
<a href="/release-notes-cse"><img src={useBaseUrl('img/icons/security/cloud-siem.png')} alt="icon" width="40"/><h4>Cloud SIEM <br/><a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
2121
<p>Information about new and enhanced features, updated content (like rules, log mappers and parsers), bug fixes, and other important announcements for Cloud SIEM.</p>
2222
</div>
2323
</div>
2424
<div className="box smallbox card">
2525
<div className="container">
26-
<a href="/release-notes-csoar"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="icon" width="40"/><h4>Cloud SOAR<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
26+
<a href="/release-notes-csoar"><img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="icon" width="40"/><h4>Cloud SOAR<br/><a href="https://help.sumologic.com/release-notes-csoar/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
2727
<p>The latest news about CSOAR, like new features, bug fixes, changes to the application, and other important announcements for Cloud SOAR.</p>
2828
</div>
2929
</div>
3030
<div className="box smallbox card">
3131
<div className="container">
32-
<a href="/release-notes-collector"><img src={useBaseUrl('img/icons/data-collection.png')} alt="icon" width="40"/><h4>Collector <br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
32+
<a href="/release-notes-collector"><img src={useBaseUrl('img/icons/data-collection.png')} alt="icon" width="40"/><h4>Collector <br/><a href="https://help.sumologic.com/release-notes-collector/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
3333
<p>Latest features and bug fixes for Installed Collectors. To access new features, upgrade using <a href="/docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url">Static URLs</a>, <a href="/docs/send-data/collection/upgrade-collectors">Sumo Logic</a>, <a href="/docs/send-data/collection/upgrade-collectors">Command Line</a>, or <a href="/docs/api/collector-management/upgrade-downgrade-collectors">Collector Management API</a>.</p>
3434
</div>
3535
</div>
3636
<div className="box smallbox card">
3737
<div className="container">
38-
<a href="/release-notes-developer"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="40"/><h4>Developer<br/><a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
38+
<a href="/release-notes-developer"><img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="40"/><h4>Developer<br/><a href="https://help.sumologic.com/release-notes-developer/rss.xml"><img src={useBaseUrl('img/release-notes/rss.png')} alt="RSS Feed" width="45"/></a></h4></a>
3939
<p>New features and changes to our APIs, Collector management, and Live Tail CLI.</p>
4040
</div>
4141
</div>

0 commit comments

Comments
 (0)