Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex

<div className="box smallbox card">
<div className="container">
<a href="/release-notes-service">
<a href={useBaseUrl('release-notes-service')}>
<img src={useBaseUrl('img/icons/manage.png')} alt="icon" width="40" />
<h4>Service</h4>
</a>
Expand All @@ -25,7 +25,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex

<div className="box smallbox card">
<div className="container">
<a href="/release-notes-collector">
<a href={useBaseUrl('release-notes-collector')}>
<img src={useBaseUrl('img/icons/data-collection.png')} alt="icon" width="40" />
<h4>Collector</h4>
</a>
Expand All @@ -38,7 +38,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex

<div className="box smallbox card">
<div className="container">
<a href="/release-notes-cse">
<a href={useBaseUrl('release-notes-cse')}>
<img src={useBaseUrl('img/icons/security/cloud-siem.png')} alt="icon" width="40" />
<h4>Cloud SIEM</h4>
</a>
Expand All @@ -51,7 +51,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex

<div className="box smallbox card">
<div className="container">
<a href="/release-notes-csoar">
<a href={useBaseUrl('release-notes-csoar')}>
<img src={useBaseUrl('img/icons/security/soar-2-color-icon.png')} alt="icon" width="40" />
<h4>Cloud SOAR</h4>
</a>
Expand All @@ -64,7 +64,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex

<div className="box smallbox card">
<div className="container">
<a href="/release-notes-developer">
<a href={useBaseUrl('release-notes-developer')}>
<img src={useBaseUrl('img/icons/cloud/api2.png')} alt="icon" width="40" />
<h4>Developer</h4>
</a>
Expand Down