Patch: Fix Support link

This commit is contained in:
Oliver Plummer 2023-03-05 12:57:11 +11:00 committed by Edwin Joassart
parent 059a36659e
commit 882b385c88
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ the [license].
[etcher]: https://balena.io/etcher [etcher]: https://balena.io/etcher
[electron]: https://electronjs.org/ [electron]: https://electronjs.org/
[electron-supported-platforms]: https://electronjs.org/docs/tutorial/support#supported-platforms [electron-supported-platforms]: https://electronjs.org/docs/tutorial/support#supported-platforms
[support]: https://github.com/balena-io/etcher/blob/master/SUPPORT.md [support]: https://github.com/balena-io/etcher/blob/master/docs/SUPPORT.md
[contributing]: https://github.com/balena-io/etcher/blob/master/docs/CONTRIBUTING.md [contributing]: https://github.com/balena-io/etcher/blob/master/docs/CONTRIBUTING.md
[user-documentation]: https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md [user-documentation]: https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md
[milestones]: https://github.com/balena-io/etcher/milestones [milestones]: https://github.com/balena-io/etcher/milestones

View File

@ -313,7 +313,7 @@ export class MainPage extends React.Component<
onClick={() => onClick={() =>
openExternal( openExternal(
selectionState.getImage()?.supportUrl || selectionState.getImage()?.supportUrl ||
'https://github.com/balena-io/etcher/blob/master/SUPPORT.md', 'https://github.com/balena-io/etcher/blob/master/docs/SUPPORT.md',
) )
} }
tabIndex={6} tabIndex={6}