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

Commit b1f00ef

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-wcs-limiter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function admin_edit_product_fields() {
4646
'class' => 'wc-enhanced-select',
4747
'label' => __( 'Limit subscription', 'woocommerce-subscriptions' ),
4848
// translators: placeholders are opening and closing link tags
49-
'description' => sprintf( __( 'Only allow a customer to have one subscription to this product. %1$sLearn more%2$s.', 'woocommerce-subscriptions' ), '<a href="http://docs.woocommerce.com/document/subscriptions/store-manager-guide/#limit-subscription">', '</a>' ),
49+
'description' => sprintf( __( 'Only allow a customer to have one subscription to this product. %1$sLearn more%2$s.', 'woocommerce-subscriptions' ), '<a href="https://woocommerce.com/document/subscriptions/creating-subscription-products/#limit-subscriptions">', '</a>' ),
5050
'options' => array(
5151
'no' => __( 'Do not limit', 'woocommerce-subscriptions' ),
5252
'active' => __( 'Limit to one active subscription', 'woocommerce-subscriptions' ),

0 commit comments

Comments
 (0)