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.
1 parent 6dbdf9a commit 1afbc50Copy full SHA for 1afbc50
web/packages/hovercards/src/core.ts
@@ -825,7 +825,7 @@ export default class Hovercards {
825
? `
826
<i class="gravatar-hovercard__error-message gravatar-hovercard__error-message--claim-gravatar">
827
${ __t( this._i18n, 'Is this you?' ) }
828
- <a href="http://gravatar.com/signup?utm_source=hovercard" target="_blank">
+ <a href="https://gravatar.com/signup?utm_source=hovercard" target="_blank">
829
${ __t( this._i18n, 'Claim your free profile.' ) }
830
</a>
831
</i>
0 commit comments