diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-03-14 03:18:59 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-03-15 04:21:32 +0100 |
commit | 9cd344fb0d9b51125e6e18fb90d6d818c5952b0d (patch) | |
tree | 851f3ca20a56e185535b38767e2bfc1be36ebaa2 /doc/submitting-patches.txt | |
parent | b2ea5f6860dda8267cc7468e975b073be5321228 (diff) | |
download | pacman-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.txt | 4 |
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: |