Skip to content

Commit

Permalink
Merge pull request #570 from thornbill/replace-issue-link
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Nov 14, 2024
2 parents 7b98feb + 51df4c2 commit b55b230
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions constants/Links.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion langs/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"documentation": "Documentation",
"source": "Source Code",
"translate": "Translate",
"issue": "Report an Issue"
"help": "Getting Help"
},
"alerts": {
"deleteServer": {
Expand Down
10 changes: 5 additions & 5 deletions screens/__tests__/__snapshots__/SettingsScreen.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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],
Expand Down

0 comments on commit b55b230

Please sign in to comment.