Skip to content

Commit 0083b27

Browse files
authored
Link to new documentation
Signed-off-by: Rello <[email protected]>
1 parent ca08119 commit 0083b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsync/theme.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ QString Theme::helpUrl() const
432432
#ifdef APPLICATION_HELP_URL
433433
return QString::fromLatin1(APPLICATION_HELP_URL);
434434
#else
435-
return QString::fromLatin1("https://docs.nextcloud.com/desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR);
435+
return QString::fromLatin1("https://docs.nextcloud.com/#desktop");
436436
#endif
437437
}
438438

0 commit comments

Comments
 (0)