Skip to content

Commit abb77f7

Browse files
committed
fix: replace "Extending functionality" link with "Actions and filters"
1 parent 5823a8d commit abb77f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hwp-previews/src/Templates/admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<?php if ( $hwp_previews_faust_integration->get_faust_enabled() ) : ?>
7878
<li><a href="https://github.com/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#using-with-faustjs" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Using With Faust.js', 'hwp-previews' ); ?></a></li>
7979
<?php endif; ?>
80-
<li><a href="https://github.com/wpengine/hwptoolkit/tree/main/plugins/hwp-previews#extending-the-functionality" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Extending the Functionality', 'hwp-previews' ); ?></a></li>
80+
<li><a href="https://github.com/wpengine/hwptoolkit/blob/main/plugins/hwp-previews/ACTIONS_AND_FILTERS.md" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Actions and Filters', 'hwp-previews' ); ?></a></li>
8181
</ul>
8282
<p><?php esc_html_e( 'HWP Previews is part of the HWP Toolkit, our comprehensive suite of tools and examples for headless WordPress.', 'hwp-previews' ); ?></p>
8383
<p><a class="button-secondary" href="https://github.com/wpengine/hwptoolkit" target="_blank" rel="noopener noreferrer">HWP Toolkit on GitHub</a></p>

0 commit comments

Comments
 (0)