mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use https
This commit is contained in:
parent
fa39b52619
commit
429db74508
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Support
|
## 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
|
## Developing Compatible Dapps
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ InfoScreen.prototype.render = function () {
|
|||||||
[
|
[
|
||||||
h('div.fa.fa-support', [
|
h('div.fa.fa-support', [
|
||||||
h('a.info', {
|
h('a.info', {
|
||||||
href: 'http://metamask.helpscoutdocs.com/',
|
href: 'https://metamask.helpscoutdocs.com/',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
}, 'Visit our Knowledge Base'),
|
}, 'Visit our Knowledge Base'),
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user