about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r--Doc/Zsh/contrib.yo22
1 files changed, 11 insertions, 11 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 35ce91575..0c2ba484c 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -847,22 +847,22 @@ In order to do that, you may use the tt(vcs_info) function.
 The following VCSs are supported, showing the abbreviated name by which
 they are referred to within the system:
 startsitem()
-sitem(Bazaar (tt(bzr)))(uref(http://bazaar.canonical.com/))
+sitem(Bazaar (tt(bzr)))(uref(https://bazaar.canonical.com/))
 sitem(Codeville (tt(cdv)))(uref(http://freecode.com/projects/codeville/))
-sitem(Concurrent Versioning System (tt(cvs)))(uref(http://www.nongnu.org/cvs/))
+sitem(Concurrent Versioning System (tt(cvs)))(uref(https://www.nongnu.org/cvs/))
 sitem(Darcs (tt(darcs)))(uref(http://darcs.net/))
-sitem(Fossil (tt(fossil)))(uref(http://fossil-scm.org/))
-sitem(Git (tt(git)))(uref(http://git-scm.com/))
-sitem(GNU arch (tt(tla)))(uref(http://www.gnu.org/software/gnu-arch/))
-sitem(Mercurial (tt(hg)))(uref(http://mercurial.selenic.com/))
-sitem(Monotone (tt(mtn)))(uref(http://monotone.ca/))
-sitem(Perforce (tt(p4)))(uref(http://www.perforce.com/))
-sitem(Subversion (tt(svn)))(uref(http://subversion.apache.org/))
-sitem(SVK (tt(svk)))(uref(http://svk.bestpractical.com/))
+sitem(Fossil (tt(fossil)))(uref(https://fossil-scm.org/))
+sitem(Git (tt(git)))(uref(https://git-scm.com/))
+sitem(GNU arch (tt(tla)))(uref(https://www.gnu.org/software/gnu-arch/))
+sitem(Mercurial (tt(hg)))(uref(https://www.mercurial-scm.org/))
+sitem(Monotone (tt(mtn)))(uref(https://monotone.ca/))
+sitem(Perforce (tt(p4)))(uref(https://www.perforce.com/))
+sitem(Subversion (tt(svn)))(uref(https://subversion.apache.org/))
+sitem(SVK (tt(svk)))(uref(https://svk.bestpractical.com/))
 endsitem()
 
 There is also support for the patch management system tt(quilt)
-(uref(http://savannah.nongnu.org/projects/quilt)). See
+(uref(https://savannah.nongnu.org/projects/quilt)). See
 ifzman(bf(Quilt Support))ifnzman(noderef(vcs_info Quilt Support))
 below for details.