We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f3ffd commit 5ed21d8Copy full SHA for 5ed21d8
src/components/Footer/Footer.astro
@@ -11,13 +11,13 @@ import UIString from '../UIString.astro';
11
</li>
12
<li> .</li>
13
<li>
14
- <a href="https://openreplay.com/legal/privacy.html" class="no-underline">
+ <a href="https://openreplay.com/legal/privacy" class="no-underline">
15
<UIString key="footer.privacyPolicy" />
16
</a>
17
18
19
20
- <a href="https://openreplay.com/legal/terms.html" class="no-underline">
+ <a href="https://openreplay.com/legal/terms" class="no-underline">
21
<UIString key="footer.terms" />
22
23
0 commit comments