aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>
);