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( {