diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-03 14:55:27 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-03 14:55:27 -0500 |
commit | ee2a587738f3e571f4e0e61153061ba6853475eb (patch) | |
tree | 2a51800c7a08a35ee1c3ce71f62f8a5d473ab95a /templates/public/svn.html | |
parent | 51526a44ef0ab586c6b2204aa0989a669dcf99a2 (diff) |
Use https:// links for all internal sites
We already use HTTPS exclusively for wiki, bugs, forums, etc. and we
have it available for our other sites, so link only to the https://
protocol locations when pointing users at other sites.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '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 aedd9a73..0d067098 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="http://projects.archlinux.org/svntogit/packages.git/">All + <a href="https://projects.archlinux.org/svntogit/packages.git/">All packages</a> are available here except for - <a href="http://projects.archlinux.org/svntogit/community.git/">community + <a href="https://projects.archlinux.org/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 |