We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65ab4f9 + bbdea80 commit 829a748Copy full SHA for 829a748
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