Link to HTTPS page
Those domains are now accessible via HTTPS
This commit is contained in:
parent
f671b232cc
commit
b2ae95719d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue