about summary refs log tree commit diff
path: root/Doc/Zsh/contrib.yo
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2018-07-16 21:11:07 -0500
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-17 09:30:47 +0100
commit72e3b566b4e92b5cb29c7e0f84ca2644c9e00114 (patch)
treebb0ea14b5b5bdcbf0dc29fb965d77b7409434647 /Doc/Zsh/contrib.yo
parenteef34baab0f1bb0bd432859f78509fb269a31522 (diff)
downloadzsh-72e3b566b4e92b5cb29c7e0f84ca2644c9e00114.tar.gz
zsh-72e3b566b4e92b5cb29c7e0f84ca2644c9e00114.tar.xz
zsh-72e3b566b4e92b5cb29c7e0f84ca2644c9e00114.zip
Update distro docs to remove dead links
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.