Skip to content

Commit fc0d34c

Browse files
authored
Merge pull request #196 from Automattic/update/use-https-protocol
Use https protocol for the signup link
2 parents 4b372e9 + 1afbc50 commit fc0d34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/packages/hovercards/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ export default class Hovercards {
839839
? `
840840
<i class="gravatar-hovercard__error-message gravatar-hovercard__error-message--claim-gravatar">
841841
${ __t( this._i18n, 'Is this you?' ) }
842-
<a href="http://gravatar.com/signup?utm_source=hovercard" target="_blank">
842+
<a href="https://gravatar.com/signup?utm_source=hovercard" target="_blank">
843843
${ __t( this._i18n, 'Claim your free profile.' ) }
844844
</a>
845845
</i>

0 commit comments

Comments
 (0)