Skip to content
Snippets Groups Projects
Commit b2ae9571 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Link to HTTPS page

Those domains are now accessible via HTTPS
parent f671b232
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment