summaryrefslogtreecommitdiffstats
path: root/doc/submitting-patches.txt
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-03-14 03:18:59 +0100
committerAllan McRae <allan@archlinux.org>2013-03-15 04:21:32 +0100
commit9cd344fb0d9b51125e6e18fb90d6d818c5952b0d (patch)
tree851f3ca20a56e185535b38767e2bfc1be36ebaa2 /doc/submitting-patches.txt
parentb2ea5f6860dda8267cc7468e975b073be5321228 (diff)
downloadpacman-9cd344fb0d9b51125e6e18fb90d6d818c5952b0d.tar.gz
pacman-9cd344fb0d9b51125e6e18fb90d6d818c5952b0d.tar.xz
Update documentation to use https links for sites that support it
The Arch web site now redirects to https links for all subdomains, so it makes sense to use these links in the docs for pacman. Links were changed to use https for a couple other sites that support it as well, such as gnu.org and kernel.org. Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/submitting-patches.txt')
-rw-r--r--doc/submitting-patches.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/submitting-patches.txt b/doc/submitting-patches.txt
index 34287683..d542265c 100644
--- a/doc/submitting-patches.txt
+++ b/doc/submitting-patches.txt
@@ -15,8 +15,8 @@ Patches need to be submitted in GIT format and are best if they are against the
latest version of the code. There are several helpful tutorials for getting
started with GIT if you have not worked with it before.
-* http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
-* http://wiki.archlinux.org/index.php/Super_Quick_Git_Guide
+* https://www.kernel.org/pub/software/scm/git/docs/gittutorial.html
+* https://wiki.archlinux.org/index.php/Super_Quick_Git_Guide
The pacman code can be fetched using the following command: