Skip to content

Commit

Permalink
Link to new documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Rello <[email protected]>
  • Loading branch information
Rello authored Jan 31, 2025
1 parent ca08119 commit 0083b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 0083b27

Please sign in to comment.