Skip to content

Commit ecbe83b

Browse files
committed
Merge branch 'fix/SNC-5127_learn-url-fix_release' into 'release/v5.7.1'
SNC-5127. Fix url of "Learn more" in syncs pane [release] See merge request desktop/desktop!3315
2 parents 01108bc + c2c0a72 commit ecbe83b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Changes that you make on your device will also be made on the MEGA Cloud Drive.
1111
changes made in your MEGA Cloud Drive (such as renaming, moving and deleting) will also be
1212
made to the synced folders on your device.
1313

14-
https://help.mega.io/installs-apps/desktop-syncing
14+
https://mega.io/syncing
1515

1616
# Supported Platforms
1717

@@ -33,9 +33,9 @@ https://mega.io/desktop
3333
# Source code
3434

3535
Build instructions are provided in the distribution specific files:
36-
[Windows](README.win.md)
37-
[macOS](README.mac.md)
38-
[Linux](README.linux.md)
36+
- [Windows](README.win.md)
37+
- [macOS](README.mac.md)
38+
- [Linux](README.linux.md)
3939

4040
# Issues
4141

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)