We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b372e9 + 1afbc50 commit fc0d34cCopy full SHA for fc0d34c
web/packages/hovercards/src/core.ts
@@ -839,7 +839,7 @@ export default class Hovercards {
839
? `
840
<i class="gravatar-hovercard__error-message gravatar-hovercard__error-message--claim-gravatar">
841
${ __t( this._i18n, 'Is this you?' ) }
842
- <a href="http://gravatar.com/signup?utm_source=hovercard" target="_blank">
+ <a href="https://gravatar.com/signup?utm_source=hovercard" target="_blank">
843
${ __t( this._i18n, 'Claim your free profile.' ) }
844
</a>
845
</i>
0 commit comments