Direct the user to the wp.org wcpayments page for a more direct install path
This commit is contained in:
parent
a1aff10f5f
commit
6b7fd14c09
|
@ -48,7 +48,7 @@ const ErrorNotice = ( { isError }: { isError: boolean } ) => {
|
|||
a: (
|
||||
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
||||
<a
|
||||
href="https://woocommerce.com/payments"
|
||||
href="https://wordpress.org/plugins/woocommerce-payments/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue