summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2015-05-15 11:59:20 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2015-05-15 11:59:20 -0400
commitd5f3a2d4a295af24fffa96df75f3acdc83c36762 (patch)
tree082e44a8296d23e8bcb82f2018bc9f6d96ae0b3e
parenteb62ae10281f14dd9146c0b9a5035f95a9af4aad (diff)
update link to cron documentation. fix #793
-rw-r--r--templates/part.content.cronwarning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index afde73a49..a0b10aeed 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -6,7 +6,7 @@
)); ?>
<ul>
<li>
- <a href="http://doc.owncloud.org/server/8.0/admin_manual/configuration/background_jobs_configuration.html#cron"
+ <a href="https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/background_jobs_configuration.html#cron"
target="_blank">
<?php
p($l->t('How to set up the operating system cron'));