diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 7850f7ff03abe..f25ff9b58f079 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -432,7 +432,7 @@ QString Theme::helpUrl() const #ifdef APPLICATION_HELP_URL return QString::fromLatin1(APPLICATION_HELP_URL); #else - 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"); #endif }