diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-01-04 13:22:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 13:22:54 +0100 |
commit | 9dbcc1a177ea490d20c49186a8f8090342ecb5a9 (patch) | |
tree | fbe7149bd5c2dfb33f4a1b433d96d31f2380125b /core | |
parent | 2e0cf21f7fe7123f7f2bebaa55b19166f918a298 (diff) | |
parent | 5533c77b914ea072b354f509a241a229d271cb97 (diff) | |
download | nextcloud-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.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 ' + |