Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 83910f6

Browse files
Update docs link to current domain, default to HTTPS
1 parent 1405e70 commit 83910f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/class-wc-subscriptions-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1926,7 +1926,7 @@ public static function add_recurring_payment_gateway_information( $settings ) {
19261926

19271927
array(
19281928
// translators: placeholders are opening and closing link tags
1929-
'desc' => sprintf( __( 'Payment gateways which don\'t support automatic recurring payments can be used to process %1$smanual subscription renewal payments%2$s.', 'woocommerce-subscriptions' ), '<a href="http://docs.woocommerce.com/document/subscriptions/renewal-process/">', '</a>' ),
1929+
'desc' => sprintf( __( 'Payment gateways which don\'t support automatic recurring payments can be used to process %1$smanual subscription renewal payments%2$s.', 'woocommerce-subscriptions' ), '<a href="https://woocommerce.com/document/subscriptions/renewal-process/">', '</a>' ),
19301930
'id' => self::$option_prefix . '_payment_gateways_additional',
19311931
'type' => 'informational',
19321932
),

0 commit comments

Comments
 (0)