We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca08119 commit 0083b27Copy full SHA for 0083b27
src/libsync/theme.cpp
@@ -432,7 +432,7 @@ QString Theme::helpUrl() const
432
#ifdef APPLICATION_HELP_URL
433
return QString::fromLatin1(APPLICATION_HELP_URL);
434
#else
435
- return QString::fromLatin1("https://docs.nextcloud.com/desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR);
+ return QString::fromLatin1("https://docs.nextcloud.com/#desktop");
436
#endif
437
}
438
0 commit comments