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 <div
className={styles.help} className={styles.help}
onClick={() => onClick={() =>
shell.openExternal( shell.openExternal('https://ln-zap.github.io/zap-tutorials/zap-desktop-getting-started')
'https://github.com/LN-Zap/zap-tutorials/blob/master/zap-desktop-getting-started.md'
)
} }
> >
Need help? Need help?

Loading…
Cancel
Save