summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-17 03:16:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-17 03:16:10 +0100
commit08b537f047332824292eb4723251731913a41d5d (patch)
tree6a8ab49577dc6f65ec88fb32b86ab001551c9d80 /src
parent4d7d1a1008202da0256f606f4ef9e42f2bba8484 (diff)
downloadwallet-core-08b537f047332824292eb4723251731913a41d5d.tar.gz
wallet-core-08b537f047332824292eb4723251731913a41d5d.tar.bz2
wallet-core-08b537f047332824292eb4723251731913a41d5d.zip
fix help link
Diffstat (limited to 'src')
-rw-r--r--src/popup/popup.tsx2
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>
);