Skip to content

Commit 759e765

Browse files
committed
Fix Learn more url in syncs tab
1 parent 01108bc commit 759e765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MEGASync/control/Utilities.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ std::unique_ptr<ThreadPool> ThreadPoolSingleton::instance = nullptr;
4848

4949
const QString Utilities::SUPPORT_URL = QString::fromUtf8("https://mega.nz/contact");
5050
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");
51+
const QString Utilities::SYNC_SUPPORT_URL =
52+
QString::fromLatin1("https://help.mega.io/installs-apps/desktop/how-does-syncing-work");
5253

5354
const long long KB = 1024;
5455
const long long MB = 1024 * KB;

0 commit comments

Comments
 (0)