Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-01-09 21:36:48 +0300
committerGitHub <noreply@github.com>2017-01-09 21:36:48 +0300
commit1f2bb5dd9f814bedf8ad39b3167106abba0d6f59 (patch)
tree9ee85fb6f03bf9be2301fa04df007264d955b06b
parentf8db9102e7b797f31bed17846cb3e3e0a7559f61 (diff)
parent4d05a83e7952e03973cffd0254bc03e0aa377a26 (diff)
Merge pull request #2989 from nextcloud/backport-2933-dont-link-to-oc-forum-10
[stable10] Don't link to the oC forum
-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 e692a7312b8..268cdfb7016 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 ' +