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

Commit b8837f6

Browse files
Update link to template update docs to current location.
1 parent 90ddfe0 commit b8837f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/class-wcs-admin-system-status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private static function set_theme_overrides( &$debug_data ) {
158158
$debug_data['wcs_theme_overrides'] += array(
159159
'mark_icon' => 'warning',
160160
// translators: placeholders are opening/closing tags linking to documentation on outdated templates.
161-
'note' => sprintf( __( '%1$sLearn how to update%2$s', 'woocommerce-subscriptions' ), '<a href="https://docs.woocommerce.com/document/fix-outdated-templates-woocommerce/" target="_blank">', '</a>' ),
161+
'note' => sprintf( __( '%1$sLearn how to update%2$s', 'woocommerce-subscriptions' ), '<a href="https://developer.woocommerce.com/docs/how-to-fix-outdated-woocommerce-templates/" target="_blank">', '</a>' ),
162162
);
163163
}
164164
}

0 commit comments

Comments
 (0)