diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-06-08 22:02:03 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-06-08 22:23:57 +0200 |
commit | 333596ab4aca12bd9444196066f1511f07650f3f (patch) | |
tree | d29e1e3521198393e3ec4acaaa2be3f01525527e /web/template | |
parent | b757246e33a8cfcb5b8973d659a0b513d3b767d7 (diff) | |
download | aur-333596ab4aca12bd9444196066f1511f07650f3f.tar.gz aur-333596ab4aca12bd9444196066f1511f07650f3f.tar.xz |
Update Arch Linux projects subdomain
The projects.archlinux.org subdomain was moved to git.archlinux.org.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php index f5dc2d06..572dbb26 100644 --- a/web/template/footer.php +++ b/web/template/footer.php @@ -3,7 +3,7 @@ <div id="footer"> <?php if ($ver): ?> - <p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p> + <p>aurweb <a href="https://git.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p> <?php endif; ?> <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '©', date('Y')) ?></p> <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p> |