Skip to content

Commit 506584f

Browse files
jorgefilipecostaandrewserongshail-mehta
authored
Docs: Fix dead link in the dynamic blocks tutorial (#81399)
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org> Co-authored-by: andrewserong <andrewserong@git.wordpress.org> Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
1 parent dc8ce1d commit 506584f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to-guides/block-tutorial/creating-dynamic-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ There are a few things to notice:
107107
- The built-in `save` function just returns `null` because the rendering is performed server-side.
108108
- The server-side rendering is a function taking the block and the block inner content as arguments, and returning the markup (quite similar to shortcodes)
109109

110-
**Note :** For common customization settings including color, border, spacing customization and more, we will see on the [next chapter](/docs/how-to-guides/block-tutorial/block-supports-in-dynamic-blocks.md) how you can rely on block supports to provide such functionality in an efficient way.
110+
**Note :** For common customization settings including color, border, spacing customization and more, you can rely on [block supports](/docs/reference-guides/block-api/block-supports.md) to provide such functionality in an efficient way.
111111

112112
## Live rendering in the block editor
113113

0 commit comments

Comments
 (0)