diff --git a/scripts/symbols/generate_ctags_symbols.php b/scripts/symbols/generate_ctags_symbols.php index 13972385ab..95fccb3889 100755 --- a/scripts/symbols/generate_ctags_symbols.php +++ b/scripts/symbols/generate_ctags_symbols.php @@ -21,7 +21,7 @@ if (ctags_check_executable() == false) { 'available in executable path.'), pht( 'Exuberant Ctags project page: %s', - 'http://ctags.sourceforge.net/')); + 'https://ctags.sourceforge.net/')); exit(1); } diff --git a/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php b/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php index 364ac55eac..0f0a96a398 100644 --- a/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php +++ b/src/applications/auth/adapter/PhutilTwitchAuthAdapter.php @@ -32,7 +32,7 @@ final class PhutilTwitchAuthAdapter extends PhutilOAuthAuthAdapter { public function getAccountURI() { $name = $this->getAccountName(); if ($name) { - return 'http://www.twitch.tv/'.$name; + return 'https://www.twitch.tv/'.$name; } return null; } diff --git a/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php b/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php index 4f62ee9f45..4a92492d5a 100644 --- a/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorAmazonAuthProvider.php @@ -23,7 +23,7 @@ final class PhabricatorAmazonAuthProvider "%s\n\n". "To configure Amazon OAuth, create a new 'API Project' here:". "\n\n". - "http://login.amazon.com/manageApps". + "https://developer.amazon.com/apps-and-games/login-with-amazon". "\n\n". "Use these settings:". "\n\n". diff --git a/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php b/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php index 94b78a8cff..9b41b652da 100644 --- a/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorDisqusAuthProvider.php @@ -13,7 +13,7 @@ final class PhabricatorDisqusAuthProvider return pht( "To configure Disqus OAuth, create a new application here:". "\n\n". - "http://disqus.com/api/applications/". + "https://disqus.com/api/applications/". "\n\n". "Create an application, then adjust these settings:". "\n\n". diff --git a/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php b/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php index 28cf4a4648..f53d1cba8b 100644 --- a/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php +++ b/src/applications/auth/provider/PhabricatorTwitchAuthProvider.php @@ -13,7 +13,7 @@ final class PhabricatorTwitchAuthProvider return pht( "To configure Twitch.tv OAuth, create a new application here:". "\n\n". - "http://www.twitch.tv/settings/applications". + "https://www.twitch.tv/settings/applications". "\n\n". "When creating your application, use these settings:". "\n\n". diff --git a/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php b/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php index 59bbc5c62f..478b6bf17a 100644 --- a/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php +++ b/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php @@ -34,7 +34,8 @@ final class PhabricatorRecaptchaConfigOptions pht( 'Enable recaptcha to require users solve captchas after a few '. 'failed login attempts. This hinders brute-force attacks against '. - 'user passwords. For more information, see http://recaptcha.net/')), + 'user passwords. For more information, see '. + 'https://www.google.com/recaptcha')), $this->newOption('recaptcha.public-key', 'string', null) ->setLocked(true) ->setDescription( diff --git a/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php b/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php index 297569a726..39ea0f979c 100644 --- a/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php +++ b/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php @@ -49,7 +49,7 @@ final class PhabricatorSyntaxHighlightingConfigOptions 'highlighting tool) to provide support for many more languages.'. "\n\n". 'To install Pygments, visit '. - '[[ http://pygments.org | pygments.org ]] and follow the '. + '[[ https://pygments.org/ | pygments.org ]] and follow the '. 'download and install instructions.'. "\n\n". 'Once Pygments is installed, enable this option '. diff --git a/src/applications/config/view/PhabricatorSetupIssueView.php b/src/applications/config/view/PhabricatorSetupIssueView.php index 06a1e13c87..356ba32e73 100644 --- a/src/applications/config/view/PhabricatorSetupIssueView.php +++ b/src/applications/config/view/PhabricatorSetupIssueView.php @@ -444,7 +444,7 @@ final class PhabricatorSetupIssueView extends AphrontView { phutil_tag( 'a', array( - 'href' => 'http://php.net/manual/ini.list.php', + 'href' => 'https://www.php.net/manual/ini.list.php', 'target' => '_blank', ), pht('PHP Documentation')))); @@ -460,7 +460,7 @@ final class PhabricatorSetupIssueView extends AphrontView { phutil_tag( 'a', array( - 'href' => 'http://php.net/manual/opcache.configuration.php', + 'href' => 'https://www.php.net/manual/opcache.configuration.php', 'target' => '_blank', ), pht('PHP OPcache Documentation')))); diff --git a/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php b/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php index 455d237175..f60be67376 100644 --- a/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php +++ b/src/applications/diffusion/symbol/DiffusionPhpExternalSymbolsSource.php @@ -24,7 +24,7 @@ final class DiffusionPhpExternalSymbolsSource ->setSource(pht('PHP')) ->setLocation(pht('Manual at php.net')) ->setSymbolLanguage('php') - ->setExternalURI('http://www.php.net/function.'.$name); + ->setExternalURI('https://www.php.net/function.'.$name); } } } @@ -38,7 +38,7 @@ final class DiffusionPhpExternalSymbolsSource ->setSource(pht('PHP')) ->setLocation(pht('Manual at php.net')) ->setSymbolLanguage('php') - ->setExternalURI('http://www.php.net/class.'.$name); + ->setExternalURI('https://www.php.net/class.'.$name); } } } diff --git a/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php b/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php index fe83d271ab..50618f8ad3 100644 --- a/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php +++ b/src/applications/repository/management/PhabricatorRepositoryManagementReparseWorkflow.php @@ -43,7 +43,7 @@ final class PhabricatorRepositoryManagementReparseWorkflow " '31 March 2013', '31 Mar', '03/31', '03/31/2013',\n". "See __%s__ for more.", '--all', - 'http://www.php.net/manual/en/datetime.formats.php'), + 'https://www.php.net/manual/datetime.formats.php'), ), array( 'name' => 'message', diff --git a/src/applications/uiexample/examples/PHUIColorPalletteExample.php b/src/applications/uiexample/examples/PHUIColorPalletteExample.php index ea8ac538be..517fb7bc36 100644 --- a/src/applications/uiexample/examples/PHUIColorPalletteExample.php +++ b/src/applications/uiexample/examples/PHUIColorPalletteExample.php @@ -100,7 +100,7 @@ final class PHUIColorPalletteExample extends PhabricatorUIExample { $color_url = phutil_tag( 'a', array( - 'href' => 'http://color.hailpixel.com/#'.implode(',', $url), + 'href' => 'https://color.hailpixel.com/#'.implode(',', $url), 'class' => 'button button-grey mlb', ), pht('Color Palette')); diff --git a/src/applications/uiexample/examples/PHUIFeedStoryExample.php b/src/applications/uiexample/examples/PHUIFeedStoryExample.php index b88382c630..c92b870a51 100644 --- a/src/applications/uiexample/examples/PHUIFeedStoryExample.php +++ b/src/applications/uiexample/examples/PHUIFeedStoryExample.php @@ -26,7 +26,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story1 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/harding.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Warren_G._Harding') + ->setImageHref('https://en.wikipedia.org/wiki/Warren_G._Harding') ->setEpoch(1) ->setAppIcon('fa-star') ->setViewer($user); @@ -51,7 +51,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story2 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/lincoln.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Abraham_Lincoln') + ->setImageHref('https://en.wikipedia.org/wiki/Abraham_Lincoln') ->setEpoch(strtotime('November 19, 1863')) ->setAppIcon('fa-star') ->setViewer($user) @@ -83,7 +83,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story3 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/harding.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Warren_G._Harding') + ->setImageHref('https://en.wikipedia.org/wiki/Warren_G._Harding') ->appendChild($token) ->setEpoch(1) ->addAction($action1) @@ -103,7 +103,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story4 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/harding.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Warren_G._Harding') + ->setImageHref('https://en.wikipedia.org/wiki/Warren_G._Harding') ->setEpoch(1) ->setAppIcon('fa-cogs') ->setPontification( @@ -119,7 +119,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story5 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/lincoln.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Abraham_Lincoln') + ->setImageHref('https://en.wikipedia.org/wiki/Abraham_Lincoln') ->setEpoch(strtotime('November 19, 1863')) ->setAppIcon('fa-rocket') ->setViewer($user) @@ -134,7 +134,7 @@ final class PHUIFeedStoryExample extends PhabricatorUIExample { $story6 = id(new PHUIFeedStoryView()) ->setTitle($text) ->setImage(celerity_get_resource_uri('/rsrc/image/people/harding.png')) - ->setImageHref('http://en.wikipedia.org/wiki/Warren_G._Harding') + ->setImageHref('https://en.wikipedia.org/wiki/Warren_G._Harding') ->setEpoch(1) ->setAppIcon('fa-wifi') ->setViewer($user); diff --git a/src/applications/uiexample/examples/PHUIIconExample.php b/src/applications/uiexample/examples/PHUIIconExample.php index 81778b0fd4..a82b417c9c 100644 --- a/src/applications/uiexample/examples/PHUIIconExample.php +++ b/src/applications/uiexample/examples/PHUIIconExample.php @@ -51,37 +51,37 @@ final class PHUIIconExample extends PhabricatorUIExample { $person1 = new PHUIIconView(); $person1->setHeadSize(PHUIIconView::HEAD_MEDIUM); - $person1->setHref('http://en.wikipedia.org/wiki/George_Washington'); + $person1->setHref('https://en.wikipedia.org/wiki/George_Washington'); $person1->setImage( celerity_get_resource_uri('/rsrc/image/people/washington.png')); $person2 = new PHUIIconView(); $person2->setHeadSize(PHUIIconView::HEAD_MEDIUM); - $person2->setHref('http://en.wikipedia.org/wiki/Warren_G._Harding'); + $person2->setHref('https://en.wikipedia.org/wiki/Warren_G._Harding'); $person2->setImage( celerity_get_resource_uri('/rsrc/image/people/harding.png')); $person3 = new PHUIIconView(); $person3->setHeadSize(PHUIIconView::HEAD_MEDIUM); - $person3->setHref('http://en.wikipedia.org/wiki/William_Howard_Taft'); + $person3->setHref('https://en.wikipedia.org/wiki/William_Howard_Taft'); $person3->setImage( celerity_get_resource_uri('/rsrc/image/people/taft.png')); $person4 = new PHUIIconView(); $person4->setHeadSize(PHUIIconView::HEAD_SMALL); - $person4->setHref('http://en.wikipedia.org/wiki/George_Washington'); + $person4->setHref('https://en.wikipedia.org/wiki/George_Washington'); $person4->setImage( celerity_get_resource_uri('/rsrc/image/people/washington.png')); $person5 = new PHUIIconView(); $person5->setHeadSize(PHUIIconView::HEAD_SMALL); - $person5->setHref('http://en.wikipedia.org/wiki/Warren_G._Harding'); + $person5->setHref('https://en.wikipedia.org/wiki/Warren_G._Harding'); $person5->setImage( celerity_get_resource_uri('/rsrc/image/people/harding.png')); $person6 = new PHUIIconView(); $person6->setHeadSize(PHUIIconView::HEAD_SMALL); - $person6->setHref('http://en.wikipedia.org/wiki/William_Howard_Taft'); + $person6->setHref('https://en.wikipedia.org/wiki/William_Howard_Taft'); $person6->setImage( celerity_get_resource_uri('/rsrc/image/people/taft.png'));