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:
parent
16ef869587
commit
062b161525
|
@ -164,7 +164,7 @@ const ConvertTemplate = ( { blockifyConfig, clientId, attributes } ) => {
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
variant="secondary"
|
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"
|
target="_blank"
|
||||||
tabIndex={ 0 }
|
tabIndex={ 0 }
|
||||||
>
|
>
|
||||||
|
@ -202,7 +202,7 @@ const Edit = ( { clientId, attributes }: BlockEditProps< Attributes > ) => {
|
||||||
a: (
|
a: (
|
||||||
// Suppress the warning as this <a> will be interpolated into the string with content.
|
// Suppress the warning as this <a> will be interpolated into the string with content.
|
||||||
// eslint-disable-next-line jsx-a11y/anchor-has-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/" />
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -53,7 +53,7 @@ export function IncompatibleExtensionsNotice( {
|
||||||
),
|
),
|
||||||
{
|
{
|
||||||
a: (
|
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 />,
|
strong: <strong />,
|
||||||
a: (
|
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/" />
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
) }
|
) }
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
Comment: Updating documentation links, I don't believe a comment is necessary for this small change.
|
||||||
|
|
Loading…
Reference in New Issue