From c6a60f1e5245c32925d225195bcaee945b1d7f67 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Mon, 28 Jun 2021 09:38:52 -0500 Subject: [PATCH] Update the URL for 'Learn More' link This will explain the template editor. --- js/src/edit-block/components/template-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/edit-block/components/template-editor.js b/js/src/edit-block/components/template-editor.js index a1b34d5c..c81a0dd2 100644 --- a/js/src/edit-block/components/template-editor.js +++ b/js/src/edit-block/components/template-editor.js @@ -31,7 +31,7 @@ const TemplateEditor = () => { const { getFields } = useField(); const { templateCss = '', templateMarkup = '' } = block; const exampleFieldName = getFields()?.shift()?.name ?? 'foo-baz'; - const urlTemplateDocumentation = 'https://developer.wpengine.com/genesis-custom-blocks/get-started/add-a-custom-block-to-your-website-content/'; + const urlTemplateDocumentation = 'https://developer.wpengine.com/genesis-custom-blocks/get-started/create-your-first-custom-block/'; useEffect( () => { addCompleter( {