aboutsummaryrefslogtreecommitdiffstats
path: root/src/_redis-cli
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/_redis-cli
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/_redis-cli')
-rw-r--r--src/_redis-cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_redis-cli b/src/_redis-cli
index d11c06f..0320f9c 100644
--- a/src/_redis-cli
+++ b/src/_redis-cli
@@ -1,7 +1,7 @@
#compdef redis-cli rec
# ------------------------------------------------------------------------------
# Copyright (c) 2009-2015 Robby Russell and contributors (see
-# https://github.com/robbyrussell/oh-my-zsh/contributors)
+# https://github.com/ohmyzsh/ohmyzsh/graphs/contributors)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -24,9 +24,9 @@
# Description
# -----------
#
-# Completion script for Redis (http://redis.io).
+# Completion script for Redis (https://redis.io/).
#
-# Source: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/redis-cli
+# Source: https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/redis-cli
#
# ------------------------------------------------------------------------------
# Authors