Link to new documentation

Signed-off-by: Rello <Rello@users.noreply.github.com>
This commit is contained in:
Rello 2025-01-31 08:15:41 +01:00 committed by Matthieu Gallien
parent 65ab4f9bde
commit bbdea80574

View File

@ -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
}