You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deploy-pages.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ jobs:
221
221
<h1>SuperDuper App Legal Documents</h1>
222
222
<p>SuperDuper is an open source alternative ebike app available for iOS and Android platforms.</p>
223
223
<div class="links">
224
-
<a href="/tos/">Terms of Service</a>
225
-
<a href="/privacy/">Privacy Policy</a>
224
+
<a href="./tos/">Terms of Service</a>
225
+
<a href="./privacy/">Privacy Policy</a>
226
226
</div>
227
227
<p style="margin-top: 40px;">For more information about SuperDuper, visit our <a href="https://github.com/blopker/superduper">GitHub repository</a>.</p>
0 commit comments