Updated "Taken from" in URLTOOLS plugin

Previous link was not working
This commit is contained in:
vladyslavstartsev 2017-03-17 12:21:23 +02:00 committed by GitHub
parent b908feebcf
commit 6bfc551f64

View File

@ -2,7 +2,7 @@
# Adds handy command line aliases useful for dealing with URLs # Adds handy command line aliases useful for dealing with URLs
# #
# Taken from: # Taken from:
# http://ruslanspivak.com/2010/06/02/urlencode-and-urldecode-from-a-command-line/ # https://ruslanspivak.wordpress.com/2010/06/02/urlencode-and-urldecode-from-a-command-line/
if [[ $(whence $URLTOOLS_METHOD) = "" ]]; then if [[ $(whence $URLTOOLS_METHOD) = "" ]]; then
URLTOOLS_METHOD="" URLTOOLS_METHOD=""