aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <542863+danfinlay@users.noreply.github.com>2017-10-12 03:26:23 +0800
committerGitHub <noreply@github.com>2017-10-12 03:26:23 +0800
commit6072e71a53d015423fde254fe08674a9226d3868 (patch)
treef45d4181bdd424a18b59028624350f62dd2f4e26
parentf18615a82abafee1a648e8de6f60ecc54e1aabb4 (diff)
parent9f063c320c334c997d0ce10ccad1ff323dac128a (diff)
downloadtangerine-wallet-browser-6072e71a53d015423fde254fe08674a9226d3868.tar.gz
tangerine-wallet-browser-6072e71a53d015423fde254fe08674a9226d3868.tar.zst
tangerine-wallet-browser-6072e71a53d015423fde254fe08674a9226d3868.zip
Merge pull request #2344 from MetaMask/FixTokenHelpLink
Fix link to token support page
-rw-r--r--CHANGELOG.md1
-rw-r--r--ui/app/add-token.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8bb48e9f..42ded93b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Add new support for new eth_signTypedData method per EIP 712.
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
- Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
+- Fix link to support article on token addresses.
## 3.10.9 2017-10-5
diff --git a/ui/app/add-token.js b/ui/app/add-token.js
index 18adc7eb5..9354a4cad 100644
--- a/ui/app/add-token.js
+++ b/ui/app/add-token.js
@@ -73,7 +73,7 @@ AddTokenScreen.prototype.render = function () {
}, [
h('a', {
style: { fontWeight: 'bold', paddingRight: '10px'},
- href: 'https://consensyssupport.happyfox.com/staff/kb/article/24-what-is-a-token-contract-address',
+ href: 'https://support.metamask.io/kb/article/24-what-is-a-token-contract-address',
target: '_blank',
}, [
h('span', 'Token Contract Address '),