Use HTTPS link to the buildbot

This commit is contained in:
2014-07-20 03:11:59 +06:00
parent 8f4047b36a
commit 1448eafd64
2 changed files with 3 additions and 3 deletions

View File

@@ -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() {

View File

@@ -13,9 +13,9 @@ final class PhabricatorBuildbotController extends PhabricatorController {
$html = '
<script type="text/javascript">
window.location = "http://builder.blender.org/download";
window.location = "https://builder.blender.org/download";
</script>
See <a href="http://builder.blender.org/download">builder.blender.org</a>.';
See <a href="https://builder.blender.org/download">builder.blender.org</a>.';
$panel = new AphrontPanelView();
$panel->appendChild(phutil_safe_html($html));