Skip to content

Commit

Permalink
Merge pull request #82 from studiopress/update/learn-more-link
Browse files Browse the repository at this point in the history
Update the URL for 'Learn More' link
  • Loading branch information
kienstra authored Jun 28, 2021
2 parents 84633ff + c6a60f1 commit d8f6a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/edit-block/components/template-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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( {
Expand Down

0 comments on commit d8f6a73

Please sign in to comment.