Skip to content

Commit

Permalink
Social | Update support link on admin page to jetpack support instead…
Browse files Browse the repository at this point in the history
… of WPCOM support (#40760)
  • Loading branch information
manzoorwanijk authored Dec 30, 2024
1 parent e8829d2 commit 46e21fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/plugins/social/changelog/update-social-support-link
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Social admin page: Ensure the support link points to Jetpack support
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const SupportSection = () => {
) }
</Text>
<Text className={ styles.link }>
<ExternalLink href={ getRedirectUrl( 'https://wordpress.com/support' ) }>
<ExternalLink href={ getRedirectUrl( 'jetpack-contact-support' ) }>
{ __( 'Contact Support', 'jetpack-social' ) }
</ExternalLink>
</Text>
Expand Down

0 comments on commit 46e21fb

Please sign in to comment.