Link to HTTPS page

Those domains are now accessible via HTTPS
This commit is contained in:
Lukas Reschke 2014-12-19 15:53:56 +01:00
parent f671b232cc
commit b2ae95719d
1 changed files with 2 additions and 2 deletions

View File

@ -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>