From 9cd344fb0d9b51125e6e18fb90d6d818c5952b0d Mon Sep 17 00:00:00 2001 From: "Jason St. John" Date: Wed, 13 Mar 2013 22:18:59 -0400 Subject: 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 Signed-off-by: Allan McRae --- doc/submitting-patches.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/submitting-patches.txt') 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: -- cgit v1.2.3-24-g4f1b