Use https

This commit is contained in:
Dan Finlay 2018-01-12 11:03:03 -08:00
parent fa39b52619
commit 429db74508
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'),
]),