diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:35:39 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:35:39 -0400 |
commit | c88c908c1eb39aa111c4eee8c8b25bf6ae457a36 (patch) | |
tree | 142653043d05e58ea63b4e2e474d4325f0adef82 | |
parent | 23b955f8857e3110561cb77483a818e694353951 (diff) |
use {{PROJECTS_URL}} in templates/public/svn.html
-rw-r--r-- | templates/public/svn.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/svn.html b/templates/public/svn.html index 88c6df93..01c2ef80 100644 --- a/templates/public/svn.html +++ b/templates/public/svn.html @@ -9,9 +9,9 @@ </p> <p>The SVN repositories have been cloned into git repositories and can be viewed via the cgit interface. - <a href="https://projects.archlinux.org/svntogit/packages.git/">All + <a href="{{ PROJECTS_URL }}/svntogit/packages.git/">All packages</a> are available here except for - <a href="https://projects.archlinux.org/svntogit/community.git/">community + <a href="{{ PROJECTS_URL }}/svntogit/community.git/">community and multilib</a> which are available in a different repository.</p> <p> You can also get individual PKGBUILDs directly from SVN. This can be |