aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2014-12-19 23:34:18 +0000
committerTom Needham <needham.thomas@gmail.com>2014-12-19 23:34:18 +0000
commitfb7e4f69886fdcdefdb16718f395a22c9e6f782b (patch)
tree004c35bb04a3e6ed167a457fe7a401644d4d99fb /settings
parent1c22b1f62603f4dd817a7326343cc843584a77d9 (diff)
parentb2ae95719df79facf72099718e38413994adc82e (diff)
downloadnextcloud-server-fb7e4f69886fdcdefdb16718f395a22c9e6f782b.tar.gz
nextcloud-server-fb7e4f69886fdcdefdb16718f395a22c9e6f782b.zip
Merge pull request #12972 from owncloud/use-https-where-possible
Link to HTTPS page
Diffstat (limited to 'settings')
-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>