Merge pull request #24535 from woocommerce/fix/22939-2

Fixed incorrect docs URL for failed order emails
This commit is contained in:
Rodrigo Primo 2019-09-25 20:42:24 -03:00 committed by GitHub
commit 2f93d3a2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if ( ! class_exists( 'WC_Email_Failed_Order', false ) ) :
* @return string
*/
public function get_default_additional_content() {
return __( 'Hopefully theyll be back. Read more about <a href="https://docs.woocommerce.com/document/managing-orders/#section-10">troubleshooting failed payments</a>.', 'woocommerce' );
return __( 'Hopefully theyll be back. Read more about <a href="https://docs.woocommerce.com/document/managing-orders/">troubleshooting failed payments</a>.', 'woocommerce' );
}
/**