adjust help links to point into wallet

This commit is contained in:
Florian Dold 2016-09-26 18:20:01 +02:00
parent c884eeaee4
commit 056794eb69

View File

@ -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?`;