Skip to content

Commit

Permalink
Merge pull request #9456 from google/enhancement/#9455-chnage-as-supp…
Browse files Browse the repository at this point in the history
…ort-doc-slug

Enhancement/#9455 - Change support documentation slug to be `visitor-groups`
  • Loading branch information
techanvil authored Oct 3, 2024
2 parents 0525c3b + c94b5df commit 79b4417
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export default function AudienceTooltipMessage( {
audienceName,
} ) {
const documentationURL = useSelect( ( select ) =>
// TODO: The link must be updated here to the correct support URL once written.
select( CORE_SITE ).getDocumentationLinkURL( 'audience-segmentation' )
select( CORE_SITE ).getDocumentationLinkURL( 'visitor-groups' )
);

const tooltipMessage = useMemo( () => {
Expand Down

0 comments on commit 79b4417

Please sign in to comment.