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

Commit 1405e70

Browse files
Update docs link to current domain. Link to HTTPS by default
1 parent c92b3a2 commit 1405e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wc-subscriptions-synchroniser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public static function add_settings( $settings ) {
200200
'name' => __( 'Synchronisation', 'woocommerce-subscriptions' ),
201201
'type' => 'title',
202202
// translators: placeholders are opening and closing link tags
203-
'desc' => sprintf( _x( 'Align subscription renewal to a specific day of the week, month or year. For example, the first day of the month. %1$sLearn more%2$s.', 'used in the general subscription options page', 'woocommerce-subscriptions' ), '<a href="' . esc_url( 'http://docs.woocommerce.com/document/subscriptions/renewal-synchronisation/' ) . '">', '</a>' ),
203+
'desc' => sprintf( _x( 'Align subscription renewal to a specific day of the week, month or year. For example, the first day of the month. %1$sLearn more%2$s.', 'used in the general subscription options page', 'woocommerce-subscriptions' ), '<a href="' . esc_url( 'https://woocommerce.com/document/subscriptions/renewal-synchronisation/' ) . '">', '</a>' ),
204204
'id' => self::$setting_id . '_title',
205205
),
206206

0 commit comments

Comments
 (0)