migrate all links from git.archlinux.org -> gitlab.archlinux.org

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
This commit is contained in:
turret-dev 2021-07-14 20:10:12 -05:00 committed by Eli Schwartz
parent 07e70690e1
commit 8bf6384504
No known key found for this signature in database
GPG key ID: CEB167EFB5722BD6
5 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
<div id="footer">
<?php if ($ver): ?>
<p>aurweb <a href="https://git.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<p>aurweb <a href="https://gitlab.archlinux.org/archlinux/aurweb/-/tree/<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
<p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y')) ?></p>
<p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>