Update docs links blocks documentation (#50239)

* Update "Learn More" docs link for incompatible extensions

* Update links to blocks documentation

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Remove Unnecessary changelog message

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Delete unneeded changelog file

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Brian Taylor 2024-08-09 08:27:04 -07:00 committed by GitHub
parent 16ef869587
commit 062b161525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View File

@ -164,7 +164,7 @@ const ConvertTemplate = ( { blockifyConfig, clientId, attributes } ) => {
</Button>
<Button
variant="secondary"
href="https://woocommerce.com/document/cart-checkout-blocks-status/"
href="https://woocommerce.com/document/woocommerce-store-editing/customizing-cart-and-checkout/"
target="_blank"
tabIndex={ 0 }
>
@ -202,7 +202,7 @@ const Edit = ( { clientId, attributes }: BlockEditProps< Attributes > ) => {
a: (
// Suppress the warning as this <a> will be interpolated into the string with content.
// eslint-disable-next-line jsx-a11y/anchor-has-content
<ExternalLink href="https://woocommerce.com/document/cart-checkout-blocks-status/" />
<ExternalLink href="https://woocommerce.com/document/woocommerce-store-editing/customizing-cart-and-checkout/" />
),
}
);

View File

@ -53,7 +53,7 @@ export function IncompatibleExtensionsNotice( {
),
{
a: (
<ExternalLink href="https://woocommerce.com/document/cart-checkout-blocks-status/" />
<ExternalLink href="https://woocommerce.com/document/woocommerce-store-editing/customizing-cart-and-checkout/#incompatible-extensions/" />
),
}
)
@ -69,7 +69,7 @@ export function IncompatibleExtensionsNotice( {
{
strong: <strong />,
a: (
<ExternalLink href="https://woocommerce.com/document/cart-checkout-blocks-status/" />
<ExternalLink href="https://woocommerce.com/document/woocommerce-store-editing/customizing-cart-and-checkout/#incompatible-extensions/" />
),
}
) }

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Updating documentation links, I don't believe a comment is necessary for this small change.