Skip to content

Commit 147bc16

Browse files
committed
Update "learn more" link in Sign in with Google comments form.
1 parent a288fac commit 147bc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/modules/sign-in-with-google/components/common/ShowNextToCommentsToggle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function ShowNextToCommentsToggle() {
6262

6363
const learnMoreLink = useSelect( ( select ) => {
6464
return select( CORE_SITE ).getDocumentationLinkURL(
65-
'sign-in-with-google-comments'
65+
'sign-in-with-google'
6666
);
6767
} );
6868

assets/js/modules/sign-in-with-google/components/setup/__snapshots__/SetupForm.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ exports[`SetupForm should render the one tap and show next to comments toggles w
403403
<a
404404
aria-label="Learn more (opens in a new tab)"
405405
class="googlesitekit-cta-link"
406-
href="undefined?doc=sign-in-with-google-comments"
406+
href="undefined?doc=sign-in-with-google"
407407
rel="noopener noreferrer"
408408
target="_blank"
409409
>

0 commit comments

Comments
 (0)