Skip to content

Commit

Permalink
Welcome Guide link points to a redirected help article (#48582)
Browse files Browse the repository at this point in the history
* Link points to a redirected help article

The link title Here's a detailed guide opens in a new tab to a help article which is a redirected link. We should point directly to the correct article. My PR addresses this small change and points to https://wordpress.org/documentation/article/wordpress-block-editor/.

* Update Redirected link

* Updated redirected link

* Updated redirect link

* Reverting changes which were incorrect

Reverting this incorrect link edit. This does require changing, but will be addressed in a different PR
  • Loading branch information
SavPhill committed Mar 3, 2023
1 parent d75ef59 commit 6be1e86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function WelcomeGuide( { sidebar } ) {
<br />
<ExternalLink
href={ __(
'https://wordpress.org/support/article/wordpress-editor/'
'https://wordpress.org/documentation/article/wordpress-block-editor/'
) }
>
{ __( "Here's a detailed guide." ) }
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/welcome-guide/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function WelcomeGuideDefault() {
) }
<ExternalLink
href={ __(
'https://wordpress.org/support/article/wordpress-editor/'
'https://wordpress.org/documentation/article/wordpress-block-editor/'
) }
>
{ __( "Here's a detailed guide." ) }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function WelcomeGuide() {
) }
<ExternalLink
href={ __(
'https://wordpress.org/support/article/wordpress-editor/'
'https://wordpress.org/documentation/article/wordpress-block-editor/'
) }
>
{ __( "Here's a detailed guide." ) }
Expand Down

0 comments on commit 6be1e86

Please sign in to comment.