From edd6bc8ad521cd428812fcebafa9d1270666915a Mon Sep 17 00:00:00 2001 From: Blake Wilson Date: Thu, 21 Oct 2021 10:59:45 -0500 Subject: [PATCH] fix: headless post previews URL --- plugins/faustwp/includes/settings/callbacks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/faustwp/includes/settings/callbacks.php b/plugins/faustwp/includes/settings/callbacks.php index f9ce921a8..73a50fac8 100644 --- a/plugins/faustwp/includes/settings/callbacks.php +++ b/plugins/faustwp/includes/settings/callbacks.php @@ -233,7 +233,7 @@ function confirm_regenerate_key( event ) { printf( /* translators: %s: Documentation URL. */ wp_kses_post( __( 'This key is used to enable headless post previews.', 'faustwp' ) ), - 'https://github.com/wpengine/faustjs/blob/main/docs/previews/README.md' + 'https://faustjs.org/docs/next/guides/post-page-previews' ); ?>