Skip to content

Commit 5ed21d8

Browse files
committed
Fix links
1 parent 72f3ffd commit 5ed21d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import UIString from '../UIString.astro';
1111
</li>
1212
<li> &#46;</li>
1313
<li>
14-
<a href="https://openreplay.com/legal/privacy.html" class="no-underline">
14+
<a href="https://openreplay.com/legal/privacy" class="no-underline">
1515
<UIString key="footer.privacyPolicy" />
1616
</a>
1717
</li>
1818
<li> &#46;</li>
1919
<li>
20-
<a href="https://openreplay.com/legal/terms.html" class="no-underline">
20+
<a href="https://openreplay.com/legal/terms" class="no-underline">
2121
<UIString key="footer.terms" />
2222
</a>
2323
</li>

0 commit comments

Comments
 (0)