diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-19 15:53:56 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-19 15:53:56 +0100 |
commit | b2ae95719df79facf72099718e38413994adc82e (patch) | |
tree | a31a77bc3ab3222f377411249aae1af5371f392b /settings/templates | |
parent | f671b232cc122cdb8e993c8b35bd5419b32a9ae4 (diff) | |
download | nextcloud-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.php | 4 |
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> |