File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
assets/js/modules/sign-in-with-google/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments