Skip to content

Commit 1afbc50

Browse files
author
Welly Shen
committed
Use https protocol for the signup link
1 parent 6dbdf9a commit 1afbc50

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
@@ -825,7 +825,7 @@ export default class Hovercards {
825825
? `
826826
<i class="gravatar-hovercard__error-message gravatar-hovercard__error-message--claim-gravatar">
827827
${ __t( this._i18n, 'Is this you?' ) }
828-
<a href="http://gravatar.com/signup?utm_source=hovercard" target="_blank">
828+
<a href="https://gravatar.com/signup?utm_source=hovercard" target="_blank">
829829
${ __t( this._i18n, 'Claim your free profile.' ) }
830830
</a>
831831
</i>

0 commit comments

Comments
 (0)