fix: TOR URLs for Calls and Git service pages (#470)

Currently, if you go to http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/en/tor the URLs for Calls and Git service pages have an extra `'` at the end (because the opening apostrophe is missing in the source file), leading to 404 errors when accessing those URLs.
This PR should fix the issue.

Reviewed-on: #470
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Co-authored-by: floss4good <floss4good@disroot.org>
Co-committed-by: floss4good <floss4good@disroot.org>
This commit is contained in:
floss4good 2024-02-29 12:07:34 +00:00 committed by meaz
parent d9d48f08bd
commit 76002e91f8
1 changed files with 2 additions and 2 deletions

View File

@ -44,14 +44,14 @@ services:
-
title: 'Calls'
icon: calls.png
link: http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/services/calls'
link: 'http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/services/calls'
text: "A videoconferencing tool."
button: 'http://oubguq76ii5svwyplbheorayf2nmoxy7inyd43a24adq24sy7jahjvyd.onion'
buttontext: "Start a call"
-
title: 'Git'
icon: git.png
link: http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/services/git'
link: 'http://j4dhkkxfcsvzvh3p5djkmuehhgd6t6l7wmzih6b4ss744hegwkiae7ad.onion/services/git'
text: "A code hosting and project collaboration."
button: 'http://kgtz2pmmov5jfvn3z4mqryffjnnw6krzrgxxoyaqhqckjrr4pckyhsqd.onion'
buttontext: "Log in"