mobile: update documentation link

This commit is contained in:
Ammar Ahmed
2025-11-04 10:34:43 +05:00
parent a1a171d648
commit 758157cf78

View File

@@ -1436,7 +1436,7 @@ export const settingsGroups: SettingSection[] = [
id: "docs-link",
name: strings.documentation(),
modifer: async () => {
Linking.openURL("https://docs.notesnook.com");
Linking.openURL("https://help.notesnook.com/");
},
description: strings.documentationDesc(),
icon: "file-document"