diff --git a/constants/Links.js b/constants/Links.js index 10bc326..0d2ea44 100644 --- a/constants/Links.js +++ b/constants/Links.js @@ -20,7 +20,7 @@ export default [ { key: 'links-documentation', name: 'links.documentation', - url: 'https://docs.jellyfin.org', + url: 'https://jellyfin.org/docs/', icon: { name: getIconName('book'), type: 'ionicon' @@ -45,11 +45,11 @@ export default [ } }, { - key: 'links-issue', - name: 'links.issue', - url: 'https://github.com/jellyfin/jellyfin-expo/issues', + key: 'links-help', + name: 'links.help', + url: 'https://jellyfin.org/docs/general/getting-help', icon: { - name: getIconName('bug'), + name: getIconName('help-buoy'), type: 'ionicon' } } diff --git a/langs/en.json b/langs/en.json index 113136a..231e9ad 100644 --- a/langs/en.json +++ b/langs/en.json @@ -71,7 +71,7 @@ "documentation": "Documentation", "source": "Source Code", "translate": "Translate", - "issue": "Report an Issue" + "help": "Getting Help" }, "alerts": { "deleteServer": { diff --git a/screens/__tests__/__snapshots__/SettingsScreen.test.js.snap b/screens/__tests__/__snapshots__/SettingsScreen.test.js.snap index 63a5212..d322ca2 100644 --- a/screens/__tests__/__snapshots__/SettingsScreen.test.js.snap +++ b/screens/__tests__/__snapshots__/SettingsScreen.test.js.snap @@ -120,7 +120,7 @@ exports[`SettingsScreen should render correctly 1`] = ` }, "key": "links-documentation", "name": "Documentation", - "url": "https://docs.jellyfin.org", + "url": "https://jellyfin.org/docs/", }, Object { "icon": Object { @@ -142,12 +142,12 @@ exports[`SettingsScreen should render correctly 1`] = ` }, Object { "icon": Object { - "name": "ios-bug", + "name": "ios-help-buoy", "type": "ionicon", }, - "key": "links-issue", - "name": "Report an Issue", - "url": "https://github.com/jellyfin/jellyfin-expo/issues", + "key": "links-help", + "name": "Getting Help", + "url": "https://jellyfin.org/docs/general/getting-help", }, ], "renderItem": [Function],