diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-17 03:16:10 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-17 03:16:10 +0100 |
commit | 08b537f047332824292eb4723251731913a41d5d (patch) | |
tree | 6a8ab49577dc6f65ec88fb32b86ab001551c9d80 | |
parent | 4d7d1a1008202da0256f606f4ef9e42f2bba8484 (diff) |
fix help link
-rw-r--r-- | src/popup/popup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index d85395625..711650bc3 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -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> ); |