Skip to content

Commit

Permalink
fix: headless post previews URL (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson authored Oct 21, 2021
1 parent 7d75c11 commit bbcb08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/faustwp/includes/settings/callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function confirm_regenerate_key( event ) {
printf(
/* translators: %s: Documentation URL. */
wp_kses_post( __( 'This key is used to enable <a href="%s" target="_blank" rel="noopener noreferrer">headless post previews</a>.', 'faustwp' ) ),
'https://github.com/wpengine/faustjs/blob/main/docs/previews/README.md'
'https://faustjs.org/docs/next/guides/post-page-previews'
);
?>
</p>
Expand Down

0 comments on commit bbcb08e

Please sign in to comment.