fix help link

This commit is contained in:
Florian Dold 2016-11-17 03:16:10 +01:00
parent 4d7d1a1008
commit 08b537f047

View File

@ -235,7 +235,7 @@ class WalletBalanceView extends React.Component<any, any> {
renderEmpty(): JSX.Element {
let helpLink = (
<ExtensionLink target="pages/help/empty-wallet.html">
<ExtensionLink target="/src/pages/help/empty-wallet.html">
help
</ExtensionLink>
);