summaryrefslogtreecommitdiffstats
path: root/core/js/update.js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-01-04 12:44:10 +0100
committerJoas Schilling <coding@schilljs.com>2017-01-04 12:44:10 +0100
commit5533c77b914ea072b354f509a241a229d271cb97 (patch)
tree4127018f4375951dbd548f91e7d938fcefd682f2 /core/js/update.js
parenta75cfb601ec4d20f2eeddb25d1eb3ba745b71944 (diff)
downloadnextcloud-server-5533c77b914ea072b354f509a241a229d271cb97.tar.gz
nextcloud-server-5533c77b914ea072b354f509a241a229d271cb97.zip
Don't link to the oC forum
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/js/update.js')
-rw-r--r--core/js/update.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/update.js b/core/js/update.js
index 32cf2ce5ecc..e849d8a16ce 100644
--- a/core/js/update.js
+++ b/core/js/update.js
@@ -72,7 +72,7 @@
var span = $('<span>')
.addClass('bold');
if(message === 'Exception: Updates between multiple major versions and downgrades are unsupported.') {
- span.append(t('core', 'The update was unsuccessful. For more information <a href="{url}">check our forum post</a> covering this issue.', {'url': 'https://forum.owncloud.org/viewtopic.php?f=17&t=32087'}));
+ span.append(t('core', 'The update was unsuccessful. For more information <a href="{url}">check our forum post</a> covering this issue.', {'url': 'https://help.nextcloud.com/t/updates-between-multiple-major-versions-are-unsupported/7094'}));
} else {
span.append(t('core', 'The update was unsuccessful. ' +
'Please report this issue to the ' +