Skip to content

Commit

Permalink
Merge pull request #7810 from nextcloud/Rello-patch-1
Browse files Browse the repository at this point in the history
Link to new documentation
  • Loading branch information
mgallien authored Jan 31, 2025
2 parents 65ab4f9 + bbdea80 commit 829a748
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 829a748

Please sign in to comment.