summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-01-04 13:22:54 +0100
committerGitHub <noreply@github.com>2017-01-04 13:22:54 +0100
commit9dbcc1a177ea490d20c49186a8f8090342ecb5a9 (patch)
treefbe7149bd5c2dfb33f4a1b433d96d31f2380125b /core
parent2e0cf21f7fe7123f7f2bebaa55b19166f918a298 (diff)
parent5533c77b914ea072b354f509a241a229d271cb97 (diff)
downloadnextcloud-server-9dbcc1a177ea490d20c49186a8f8090342ecb5a9.tar.gz
nextcloud-server-9dbcc1a177ea490d20c49186a8f8090342ecb5a9.zip
Merge pull request #2933 from nextcloud/dont-link-to-oc-forum
Don't link to the oC forum
Diffstat (limited to 'core')
-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 ' +