Skip to content

Commit 9c1ae45

Browse files
authored
Merge pull request #3753 from Parsely/fix/headline-testing-settings-documentation-link
2 parents b9471e1 + a2cc0e7 commit 9c1ae45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/class-settings-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ private function initialize_headline_testing_section(): void {
544544
__( 'Headline Testing', 'wp-parsely' ),
545545
function (): void {
546546
echo '<p>' . esc_html__( 'Configure Parse.ly Headline Testing to automatically test different headline variations and optimize for engagement.', 'wp-parsely' ) . '</p>';
547-
echo '<p><a href="https://docs.parse.ly/install-headline-testing/" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Learn more about Headline Testing', 'wp-parsely' ) . '</a></p>';
547+
echo '<p><a href="https://docs.parse.ly/dashboard/optimization-menu/headline-testing-tab/" target="_blank" rel="noopener noreferrer">' . esc_html__( 'Learn more about Headline Testing', 'wp-parsely' ) . '</a></p>';
548548
},
549549
Parsely::MENU_SLUG
550550
);

0 commit comments

Comments
 (0)