From e48e6362831eb1444a003022a87c09e780d3d6de Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Wed, 12 Jun 2024 13:43:54 +0200 Subject: [PATCH] Fix: Invalid link on explanations documentation. (#62487) Co-authored-by: jorgefilipecosta Co-authored-by: t-hamano --- docs/explanations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/README.md b/docs/explanations/README.md index 04d9f8e9e15b5..2d0da6cabdf67 100644 --- a/docs/explanations/README.md +++ b/docs/explanations/README.md @@ -8,5 +8,5 @@ - [Block Editor Performance](/docs/explanations/architecture/performance.md). - What are the decision decisions behind the Data Module? - [Why is Puppeteer the tool of choice for end-to-end tests?](/docs/explanations/architecture/automated-testing.md) -- [What’s the difference between the different editor packages? What’s the purpose of each package?](/docs/explanations/architecture/modularity.md/#whats-the-difference-between-the-different-editor-packages-whats-the-purpose-of-each-package) +- [What’s the difference between the different editor packages? What’s the purpose of each package?](/docs/explanations/architecture/modularity.md#whats-the-difference-between-the-different-editor-packages-whats-the-purpose-of-each-package) - [Template and template parts flows](/docs/explanations/architecture/full-site-editing-templates.md)