aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2018-01-13 03:03:03 +0800
committerDan Finlay <dan@danfinlay.com>2018-01-13 03:03:03 +0800
commit429db74508cd5c0cd275d4872d9553bd29c6ea38 (patch)
tree94d6659dc7ad7ef23b2494bea46740b2cc2e7075
parentfa39b5261916f6bbdd6dd8a21aeac9764180c4ab (diff)
downloadtangerine-wallet-browser-429db74508cd5c0cd275d4872d9553bd29c6ea38.tar.gz
tangerine-wallet-browser-429db74508cd5c0cd275d4872d9553bd29c6ea38.tar.zst
tangerine-wallet-browser-429db74508cd5c0cd275d4872d9553bd29c6ea38.zip
Use https
-rw-r--r--README.md2
-rw-r--r--ui/app/info.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9893d14a..d45b73778 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
## Support
-If you're a user seeking support, [here is our support site](http://metamask.helpscoutdocs.com/).
+If you're a user seeking support, [here is our support site](https://metamask.helpscoutdocs.com/).
## Developing Compatible Dapps
diff --git a/ui/app/info.js b/ui/app/info.js
index 2e59db890..49ff9f24a 100644
--- a/ui/app/info.js
+++ b/ui/app/info.js
@@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
[
h('div.fa.fa-support', [
h('a.info', {
- href: 'http://metamask.helpscoutdocs.com/',
+ href: 'https://metamask.helpscoutdocs.com/',
target: '_blank',
}, 'Visit our Knowledge Base'),
]),