diff options
author | Joas Schilling <coding@schilljs.com> | 2017-01-04 12:44:10 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-01-04 12:44:10 +0100 |
commit | 5533c77b914ea072b354f509a241a229d271cb97 (patch) | |
tree | 4127018f4375951dbd548f91e7d938fcefd682f2 /core/js/update.js | |
parent | a75cfb601ec4d20f2eeddb25d1eb3ba745b71944 (diff) | |
download | nextcloud-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.js | 2 |
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 ' + |