Skip to content

Commit

Permalink
refactor(Settings): update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Oct 25, 2024
1 parent 3a8507d commit 5eb7994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/features/class-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function add_settings() {
'label' => sprintf(
/* translators: %1$s, %2$s: link wrapper. */
wp_kses_post( __( 'Run Tests with your favorite apps. %1$sRead the docs%2$s.', 'visual-regression-tests' ) ),
'<a href="' . esc_url( 'https://vrts.app/' ) . '" target="_blank">',
'<a href="' . esc_url( 'https://vrts.app/docs/' ) . '" target="_blank">',
'</a>'
),
'sanitize_callback' => [ Sanitization::class, 'sanitize_checkbox' ],
Expand Down

0 comments on commit 5eb7994

Please sign in to comment.