From 84f5e9f00f5ca185d774490e170794aafcf30987 Mon Sep 17 00:00:00 2001 From: Michael - Blurpesec Date: Tue, 13 Feb 2018 21:11:47 -0500 Subject: [PATCH] Updated addresses for helpArticles list (#1089) --- common/config/helpArticles.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/helpArticles.ts b/common/config/helpArticles.ts index 0cfcfa39..9609db94 100644 --- a/common/config/helpArticles.ts +++ b/common/config/helpArticles.ts @@ -3,10 +3,10 @@ export enum HELP_ARTICLE { ENS = 'ens', ENS_BAD_REVEAL = 'ens/ens-debugging-a-bad-instruction-reveal', DIFFERENCE_BETWEEN_PKEY_AND_KEYSTORE = 'private-keys-passwords/difference-beween-private-key-and-keystore-file.html', - RUNNING_LOCALLY = 'offline/running-myetherwallet-locally.html', + RUNNING_LOCALLY = 'offline/running-mycrypto-locally.html', MIGRATE_TO_METAMASK = 'migration/moving-from-private-key-to-metamask.html', MIGRATE_TO_LEDGER = 'migration/moving-from-private-key-to-ledger-hardware-wallet.html', - ADDING_NEW_TOKENS = 'send/adding-new-token-and-sending-custom-tokens.html', + ADDING_NEW_TOKENS = 'tokens/adding-new-token-and-sending-custom-tokens.html', HARDWARE_WALLET_RECOMMENDATIONS = 'hardware-wallets/hardware-wallet-recommendations.html', SENDING_TO_TREZOR = 'hardware-wallets/trezor-sending-to-trezor-device.html', SECURING_YOUR_ETH = 'security/securing-your-ethereum.html',