summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-19 11:04:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-19 11:04:11 +0200
commitd2746960e93fddbb904e2de4406d6259d785306b (patch)
tree23dd5054a83ba6372f2138f6c20168a61f970990
parent884023958a0aac575642dc046477c834ffd64967 (diff)
update link for cron warning
-rw-r--r--CHANGELOG.md1
-rw-r--r--templates/part.content.cronwarning.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1d572ecfe..58b9f6e15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
owncloud-news (5.3.4)
* **Bugfix**: Do not reorder feeds and folders when their names are edited, #790
+* **Bugfix**: Update links in cron warning notice
owncloud-news (5.3.3)
* **Enhancement**: Add shortcut for marking the current article's feed/folder read, #635
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index a0b10aeed..7f8ec14f0 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -6,7 +6,7 @@
)); ?>
<ul>
<li>
- <a href="https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/background_jobs_configuration.html#cron"
+ <a href="https://doc.owncloud.org/server/8.1/admin_manual/configuration_server/background_jobs_configuration.html#cron"
target="_blank">
<?php
p($l->t('How to set up the operating system cron'));