Skip to content

Commit 829a748

Browse files
authored
Merge pull request #7810 from nextcloud/Rello-patch-1
Link to new documentation
2 parents 65ab4f9 + bbdea80 commit 829a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsync/theme.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ QString Theme::helpUrl() const
432432
#ifdef APPLICATION_HELP_URL
433433
return QString::fromLatin1(APPLICATION_HELP_URL);
434434
#else
435-
return QString::fromLatin1("https://docs.nextcloud.com/desktop/%1.%2/").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR);
435+
return QString::fromLatin1("https://docs.nextcloud.com/#desktop");
436436
#endif
437437
}
438438

0 commit comments

Comments
 (0)