File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Changes that you make on your device will also be made on the MEGA Cloud Drive.
11
11
changes made in your MEGA Cloud Drive (such as renaming, moving and deleting) will also be
12
12
made to the synced folders on your device.
13
13
14
- https://help. mega.io/installs-apps/desktop- syncing
14
+ https://mega.io/syncing
15
15
16
16
# Supported Platforms
17
17
@@ -33,9 +33,9 @@ https://mega.io/desktop
33
33
# Source code
34
34
35
35
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 )
39
39
40
40
# Issues
41
41
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ std::unique_ptr<ThreadPool> ThreadPoolSingleton::instance = nullptr;
48
48
49
49
const QString Utilities::SUPPORT_URL = QString::fromUtf8(" https://mega.nz/contact" );
50
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" );
51
+ const QString Utilities::SYNC_SUPPORT_URL =
52
+ QString::fromLatin1 (" https://help.mega.io/installs-apps/desktop/how-does-syncing-work" );
52
53
53
54
const long long KB = 1024 ;
54
55
const long long MB = 1024 * KB;
You can’t perform that action at this time.
0 commit comments