diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-28 19:16:16 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-28 19:16:16 -0500 |
commit | 736c40e85e5626ec44d97c56e856350853565cab (patch) | |
tree | 992e4dc2a56f60fdc045e06356c4c4256a2009f2 /templates/public/svn.html | |
parent | e57747442a3c3a6286243a184f357d7af625a128 (diff) |
Convert a bunch of links to HTTPS
Now that the wiki is HTTPS for the most part, we should skip the redirects
and link directly. Also switch some www links for mailman resources to the
mailman subdomain.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/svn.html')
-rw-r--r-- | templates/public/svn.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/public/svn.html b/templates/public/svn.html index 1f900c2c..90852b71 100644 --- a/templates/public/svn.html +++ b/templates/public/svn.html @@ -5,7 +5,7 @@ <h2 class="title">SVN Repositories</h2> <p> The PKGBUILD files can be fetched via the ABS utility. To learn more - about ABS, see <a href="http://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>. + about ABS, see <a href="https://wiki.archlinux.org/index.php/ABS">the ABS wiki page</a>. </p> <p> You can view the history of all the PKGBUILD files from the Repository @@ -29,7 +29,8 @@ svn update <your-package-name> </pre> <p> - Visit <a href="http://wiki.archlinux.org/index.php?title=Getting_PKGBUILDS_From_SVN">the wiki</a> for more tips on checking out and updating svn PKGBUILDs. + Visit <a href="https://wiki.archlinux.org/index.php?title=Getting_PKGBUILDS_From_SVN">the wiki</a> + for more tips on checking out and updating svn PKGBUILDs. </p> </div> |