We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01108bc commit 759e765Copy full SHA for 759e765
src/MEGASync/control/Utilities.cpp
@@ -48,7 +48,8 @@ std::unique_ptr<ThreadPool> ThreadPoolSingleton::instance = nullptr;
48
49
const QString Utilities::SUPPORT_URL = QString::fromUtf8("https://mega.nz/contact");
50
const QString Utilities::BACKUP_CENTER_URL = QString::fromLatin1("mega://#fm/devices");
51
-const QString Utilities::SYNC_SUPPORT_URL = QString::fromLatin1("https://help.mega.io/installs-apps/desktop-syncing/sync-v2");
+const QString Utilities::SYNC_SUPPORT_URL =
52
+ QString::fromLatin1("https://help.mega.io/installs-apps/desktop/how-does-syncing-work");
53
54
const long long KB = 1024;
55
const long long MB = 1024 * KB;
0 commit comments