aboutsummaryrefslogtreecommitdiffstats
path: root/src/_mssh
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-11-23 13:23:19 +0900
committerShohei YOSHIDA <syohex@gmail.com>2022-11-23 13:31:48 +0900
commit0b6e0648504382f68dbfc547bd4392a3d85e8513 (patch)
tree0c04dc7715284836a8364c4fe2a3b100d0e9ec3b /src/_mssh
parentMerge pull request #945 from zsh-users/update-conan (diff)
downloadzsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.gz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.bz2
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.lz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.xz
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.tar.zst
zsh-completions-0b6e0648504382f68dbfc547bd4392a3d85e8513.zip
Update links
Diffstat (limited to 'src/_mssh')
-rw-r--r--src/_mssh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_mssh b/src/_mssh
index c47a305..49b26d6 100644
--- a/src/_mssh
+++ b/src/_mssh
@@ -49,7 +49,7 @@ fi
# Cache invalidates after 30 seconds
#
# Reference:
- # http://zsh.sourceforge.net/Doc/Release/Expansion.html#index-globbing_002c-qualifiers
+ # https://zsh.sourceforge.net/Doc/Release/Expansion.html#index-globbing_002c-qualifiers
local -a oldp
oldp=( "$1"(ms+30) )
(( $#oldp ))
@@ -104,5 +104,5 @@ fi
_describe 'command' instances
# Reference:
-# http://zsh.sourceforge.net/Doc/Release/Completion-System.html
+# https://zsh.sourceforge.net/Doc/Release/Completion-System.html
# https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org