From 04f94eff06c122dc2b3f382a24f4a07c1cee35ba Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Tue, 11 Feb 2020 14:00:11 +0530 Subject: [PATCH 1/2] Update drupal.org URL --- bin/wp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wp b/bin/wp index cf66789661..b109980a01 100755 --- a/bin/wp +++ b/bin/wp @@ -2,7 +2,7 @@ # # This wrapper script has been adapted from the equivalent drush wrapper # and 99.9% of all credit should go to the authors of that project: -# http://drupal.org/project/drush +# https://drupal.org/project/drush # And 0.09% to the author of this project: # https://github.com/88mph/wpadmin/blob/master/wpadmin.php @@ -27,7 +27,7 @@ if [ ! -z "$WP_CLI_PHP" ] ; then php="$WP_CLI_PHP" else # Default to using the php that we find on the PATH. - # Note that we need the full path to php here for Dreamhost, which behaves oddly. See http://drupal.org/node/662926 + # Note that we need the full path to php here for Dreamhost, which behaves oddly. See https://drupal.org/node/662926 php="$(command -v php)" fi From e850af2147e9cc1d6a8a65a4bdf02e30347dab0d Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Wed, 12 Feb 2020 18:41:40 +0530 Subject: [PATCH 2/2] Update URL --- bin/wp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wp b/bin/wp index b109980a01..fa4113de77 100755 --- a/bin/wp +++ b/bin/wp @@ -2,7 +2,7 @@ # # This wrapper script has been adapted from the equivalent drush wrapper # and 99.9% of all credit should go to the authors of that project: -# https://drupal.org/project/drush +# https://www.drupal.org/project/drush # And 0.09% to the author of this project: # https://github.com/88mph/wpadmin/blob/master/wpadmin.php @@ -27,7 +27,7 @@ if [ ! -z "$WP_CLI_PHP" ] ; then php="$WP_CLI_PHP" else # Default to using the php that we find on the PATH. - # Note that we need the full path to php here for Dreamhost, which behaves oddly. See https://drupal.org/node/662926 + # Note that we need the full path to php here for Dreamhost, which behaves oddly. See https://www.drupal.org/node/662926 php="$(command -v php)" fi