Skip to content

Commit 27a3d9b

Browse files
authored
Refactor Release Notes homepage links to use useBaseUrl helper (#5658)
1 parent eb7116a commit 27a3d9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/release-notes/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Stay up to date with the latest Sumo Logic enhancements, features, and fixes. Ex
1212

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

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

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

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

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

0 commit comments

Comments
 (0)