aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'),
]),