Browse Source

fix(help-link): update to gh-pages

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
81c9d45d29
  1. 4
      app/components/Onboarding/FormContainer.js

4
app/components/Onboarding/FormContainer.js

@ -21,9 +21,7 @@ const FormContainer = ({ title, description, back, next, children }) => (
<div
className={styles.help}
onClick={() =>
shell.openExternal(
'https://github.com/LN-Zap/zap-tutorials/blob/master/zap-desktop-getting-started.md'
)
shell.openExternal('https://ln-zap.github.io/zap-tutorials/zap-desktop-getting-started')
}
>
Need help?

Loading…
Cancel
Save