commit 056794eb69dae58cb301cea961a1980a60cca0bd
parent c884eeaee48a311d7da4e2dd1b1b94eb4cb2360b
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 26 Sep 2016 18:20:01 +0200
adjust help links to point into wallet
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/popup/popup.tsx b/popup/popup.tsx
@@ -137,8 +137,8 @@ namespace WalletBalance {
if (listing.length > 0) {
return listing;
}
- let helpLink = m("a[href=https://taler.net/help/empty-wallet]",
- {config: openInExtension},
+ let helpLink = m("a",
+ {config: openInExtension, href: chrome.extension.getURL("pages/help/empty-wallet.html")},
i18n`help`);
return i18n.parts`You have no balance to show. Need some ${helpLink} getting started?`;