Skip to content

Commit

Permalink
Fix "API Functions" link
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Apr 27, 2022
1 parent b78bf86 commit f33d70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/Feature/RelatedPosts/RelatedPosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function register_widget() {
*/
public function output_feature_box_long() {
?>
<p><?php echo wp_kses_post( __( 'Output related content using our Widget or directly in your theme using our <a href="https://github.com/10up/ElasticPress/#related-posts">API functions.</a>', 'elasticpress' ) ); ?></p>
<p><?php echo wp_kses_post( __( 'Output related content using our Widget or directly in your theme using our <a href="https://10up.github.io/ElasticPress/tutorial-features.html#related-posts">API functions.</a>', 'elasticpress' ) ); ?></p>
<?php
}
}

0 comments on commit f33d70a

Please sign in to comment.