Skip to content

Commit c6a60f1

Browse files
committed
Update the URL for 'Learn More' link
This will explain the template editor.
1 parent 84633ff commit c6a60f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/edit-block/components/template-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const TemplateEditor = () => {
3131
const { getFields } = useField();
3232
const { templateCss = '', templateMarkup = '' } = block;
3333
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/';
34+
const urlTemplateDocumentation = 'https://developer.wpengine.com/genesis-custom-blocks/get-started/create-your-first-custom-block/';
3535

3636
useEffect( () => {
3737
addCompleter( {

0 commit comments

Comments
 (0)