From bbdea80574ae35c826273f68649fd9f869b4c681 Mon Sep 17 00:00:00 2001 From: Rello Date: Fri, 31 Jan 2025 08:15:41 +0100 Subject: [PATCH] Link to new documentation Signed-off-by: Rello --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }