summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDoug Yun <doug.yun@dockyard.com>2017-11-01 06:21:07 -0700
committerRobby Russell <robby@planetargon.com>2017-11-01 06:21:07 -0700
commit2526d71c56efe821caec6e2f03f0e5d695db3ecb (patch)
tree5f029e15bb08746e4bfc2e6cd2b55f323eeb4856 /tools
parentf812cfa16ab605a88793dce5b169886ae2802031 (diff)
downloadzsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.tar.gz
zsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.tar.bz2
zsh-2526d71c56efe821caec6e2f03f0e5d695db3ecb.zip
Use HTTPS for Planet Argon links (#6326)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.sh2
-rw-r--r--tools/upgrade.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 3f4de8681..187c828f5 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -107,7 +107,7 @@ main() {
echo ''
echo 'p.s. Follow us at https://twitter.com/ohmyzsh.'
echo ''
- echo 'p.p.s. Get stickers and t-shirts at http://shop.planetargon.com.'
+ echo 'p.p.s. Get stickers and t-shirts at https://shop.planetargon.com.'
echo ''
printf "${NORMAL}"
env zsh
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index d5e7e8ba8..25b2de27a 100644
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -33,7 +33,7 @@ then
printf '%s\n' ' /____/ '
printf "${BLUE}%s\n" "Hooray! Oh My Zsh has been updated and/or is at the current version."
printf "${BLUE}${BOLD}%s${NORMAL}\n" "To keep up on the latest news and updates, follow us on twitter: https://twitter.com/ohmyzsh"
- printf "${BLUE}${BOLD}%s${NORMAL}\n" "Get your Oh My Zsh swag at: http://shop.planetargon.com/"
+ printf "${BLUE}${BOLD}%s${NORMAL}\n" "Get your Oh My Zsh swag at: https://shop.planetargon.com/"
else
printf "${RED}%s${NORMAL}\n" 'There was an error updating. Try again later?'
fi