mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the "get Help" links
This commit is contained in:
parent
f1f3f9dcc3
commit
5356ecb9e4
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ class HeaderRenderer {
|
|||
<a class="button" href="https://woocommerce.com/document/woocommerce-paypal-payments/">'
|
||||
. __( 'Documentation', 'woocommerce-paypal-payments' ) .
|
||||
'</a>
|
||||
<a class="button" href="https://woocommerce.com/my-account/create-a-ticket/">'
|
||||
<a class="button" target="_blank" href="https://woocommerce.com/document/woocommerce-paypal-payments/#get-help">'
|
||||
. __( 'Get Help', 'woocommerce-paypal-payments' ) .
|
||||
'</a>
|
||||
<span class="ppcp-right-align">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue