Skip to content

Commit d9db42b

Browse files
nagpaiNagesh Pai
andauthored
Fix the "Learn More" link on Express Checkout settings section (#5105)
This minor PR fixes the Learn More link on the Express Checkout settings Co-authored-by: Nagesh Pai <[email protected]>
1 parent ff0b696 commit d9db42b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
Fix the "Learn more" link on Express Payments section

client/settings/settings-manager/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ExpressCheckoutDescription = () => (
5050
'woocommerce-payments'
5151
) }
5252
</p>
53-
<ExternalLink href="https://woocommerce.com/document/payments/#section-13">
53+
<ExternalLink href="https://woocommerce.com/document/payments/settings-guide/#section-4">
5454
{ __( 'Learn more', 'woocommerce-payments' ) }
5555
</ExternalLink>
5656
</>

0 commit comments

Comments
 (0)