Skip to content

Commit 466b860

Browse files
Merge pull request #373 from masteradhoc/patch-1
update documentation link
2 parents 8ed8300 + b830db6 commit 466b860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ function duplicate_post_create_duplicate( $post, $status = '', $parent_id = '' )
769769
*/
770770
function duplicate_post_add_plugin_links( $links, $file ) {
771771
if ( plugin_basename( __DIR__ . '/duplicate-post.php' ) === $file ) {
772-
$links[] = '<a href="https://yoast.com/wordpress/plugins/duplicate-post">' . esc_html__( 'Documentation', 'duplicate-post' ) . '</a>';
772+
$links[] = '<a href="https://yoa.st/4jr">' . esc_html__( 'Documentation', 'duplicate-post' ) . '</a>';
773773
}
774774
return $links;
775775
}

0 commit comments

Comments
 (0)