diff --git a/README.md b/README.md index 792a1741..d2b444d4 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ the [license]. [etcher]: https://balena.io/etcher [electron]: https://electronjs.org/ [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 [user-documentation]: https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md [milestones]: https://github.com/balena-io/etcher/milestones diff --git a/lib/gui/app/pages/main/MainPage.tsx b/lib/gui/app/pages/main/MainPage.tsx index 7061a907..4a976139 100644 --- a/lib/gui/app/pages/main/MainPage.tsx +++ b/lib/gui/app/pages/main/MainPage.tsx @@ -313,7 +313,7 @@ export class MainPage extends React.Component< onClick={() => openExternal( 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}