From 9ad73041b644076927e454b595ecd867953ea12d Mon Sep 17 00:00:00 2001 From: Nick Diego Date: Sun, 28 Jan 2024 15:15:28 -0600 Subject: [PATCH] Update link to the correct fundamentals doc. (#58352) --- docs/getting-started/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/tutorial.md b/docs/getting-started/tutorial.md index 11dde6506472f7..323aa8fc3ac65c 100644 --- a/docs/getting-started/tutorial.md +++ b/docs/getting-started/tutorial.md @@ -715,7 +715,7 @@ Compare this to a statically rendered block like the Paragraph block. The HTML of the paragraph is stored in post content and saved in the database. -You can learn more about dynamic and static rendering in the [Fundamentals documentation](https://developer.wordpress.org/block-editor/getting-started/fundamentals/). While most blocks are either dynamically or statically rendered, you can build a block that utilizes both methods. +You can learn more about dynamic and static rendering in the [Fundamentals documentation](https://developer.wordpress.org/block-editor/getting-started/fundamentals/static-dynamic-rendering/). While most blocks are either dynamically or statically rendered, you can build a block that utilizes both methods. ### Why add static rendering?