We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84633ff commit c6a60f1Copy full SHA for c6a60f1
js/src/edit-block/components/template-editor.js
@@ -31,7 +31,7 @@ const TemplateEditor = () => {
31
const { getFields } = useField();
32
const { templateCss = '', templateMarkup = '' } = block;
33
const exampleFieldName = getFields()?.shift()?.name ?? 'foo-baz';
34
- 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/';
35
36
useEffect( () => {
37
addCompleter( {
0 commit comments