taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 08b537f047332824292eb4723251731913a41d5d
parent 4d7d1a1008202da0256f606f4ef9e42f2bba8484
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 17 Nov 2016 03:16:10 +0100

fix help link

Diffstat:
Msrc/popup/popup.tsx | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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> );