summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-12-19 15:53:56 +0100
committerLukas Reschke <lukas@owncloud.com>2014-12-19 15:53:56 +0100
commitb2ae95719df79facf72099718e38413994adc82e (patch)
treea31a77bc3ab3222f377411249aae1af5371f392b /settings/templates
parentf671b232cc122cdb8e993c8b35bd5419b32a9ae4 (diff)
downloadnextcloud-server-b2ae95719df79facf72099718e38413994adc82e.tar.gz
nextcloud-server-b2ae95719df79facf72099718e38413994adc82e.zip
Link to HTTPS page
Those domains are now accessible via HTTPS
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/apps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php
index 48fe0f5a9c9..ae87297bb14 100644
--- a/settings/templates/apps.php
+++ b/settings/templates/apps.php
@@ -5,10 +5,10 @@
<?php if(OC_Config::getValue('appstoreenabled', true) === true): ?>
<li>
- <a class="app-external" target="_blank" href="http://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
+ <a class="app-external" target="_blank" href="https://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
</li>
<li>
- <a class="app-external" target="_blank" href="http://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
+ <a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
</li>
<?php endif; ?>
</script>