From 1448eafd64d02ff9316a3bef7967d1a925bb3fa1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 20 Jul 2014 03:11:59 +0600 Subject: [PATCH] Use HTTPS link to the buildbot --- .../buildbot/application/PhabricatorApplicationBuildbot.php | 2 +- .../buildbot/controller/PhabricatorBuildbotController.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/applications/buildbot/application/PhabricatorApplicationBuildbot.php b/src/applications/buildbot/application/PhabricatorApplicationBuildbot.php index 244d1b091a..7c73a69867 100644 --- a/src/applications/buildbot/application/PhabricatorApplicationBuildbot.php +++ b/src/applications/buildbot/application/PhabricatorApplicationBuildbot.php @@ -3,7 +3,7 @@ final class PhabricatorApplicationBuildbot extends PhabricatorApplication { public function getBaseURI() { - return 'http://builder.blender.org/download/'; + return 'https://builder.blender.org/download/'; } public function getIconName() { diff --git a/src/applications/buildbot/controller/PhabricatorBuildbotController.php b/src/applications/buildbot/controller/PhabricatorBuildbotController.php index fd1493f988..b4c8cc29d8 100644 --- a/src/applications/buildbot/controller/PhabricatorBuildbotController.php +++ b/src/applications/buildbot/controller/PhabricatorBuildbotController.php @@ -13,9 +13,9 @@ final class PhabricatorBuildbotController extends PhabricatorController { $html = ' - See builder.blender.org.'; + See builder.blender.org.'; $panel = new AphrontPanelView(); $panel->appendChild(phutil_safe_html($html));