Update Arch Linux projects subdomain

The projects.archlinux.org subdomain was moved to git.archlinux.org.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2016-06-08 22:02:03 +02:00
parent b757246e33
commit 333596ab4a
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ Setup on Arch Linux
1) Clone the AUR project: 1) Clone the AUR project:
$ cd /srv/http/ $ cd /srv/http/
$ git clone git://projects.archlinux.org/aurweb.git $ git clone git://git.archlinux.org/aurweb.git
2) Setup a web server with PHP and MySQL. Configure the web server to redirect 2) Setup a web server with PHP and MySQL. Configure the web server to redirect
all URLs to /index.php/foo/bar/. The following block can be used with nginx: all URLs to /index.php/foo/bar/. The following block can be used with nginx:

2
README
View file

@ -42,7 +42,7 @@ web::
Links Links
----- -----
* The repository is hosted at git://projects.archlinux.org/aurweb.git -- see * The repository is hosted at git://git.archlinux.org/aurweb.git -- see
doc/CodingGuidelines for information on submitting patches. doc/CodingGuidelines for information on submitting patches.
* Discovered bugs can be submitted to the aurweb bug tracker: * Discovered bugs can be submitted to the aurweb bug tracker:

View file

@ -21,7 +21,7 @@ strings for the translation to be usable, and it may have to be disabled.
1. Check out the aurweb source using git: 1. Check out the aurweb source using git:
$ git clone git://projects.archlinux.org/aurweb.git aurweb-git $ git clone git://git.archlinux.org/aurweb.git aurweb-git
2. Go into the "po/" directory in the aurweb source and run msginit(1) to 2. Go into the "po/" directory in the aurweb source and run msginit(1) to
create a initial translation file from our translation catalog: create a initial translation file from our translation catalog:

View file

@ -3,7 +3,7 @@
<div id="footer"> <div id="footer">
<?php if ($ver): ?> <?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; ?> <?php endif; ?>
<p><?= __('Copyright %s 2004-%d aurweb Development Team.', '&copy;', date('Y')) ?></p> <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> <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>