Skip to content

Commit

Permalink
Update link to architecture key concepts. (WordPress#61965)
Browse files Browse the repository at this point in the history
Co-authored-by: jorgefilipecosta <[email protected]>
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
3 people authored May 27, 2024
1 parent 0140960 commit a251d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Our approach—as outlined in [the technical overview introduction](https://make

This also [gives us the flexibility](https://github.com/WordPress/gutenberg/issues/1516) to store those blocks that are inherently separate from the content stream (reusable pieces like widgets or small post type elements) elsewhere, and just keep token references for their placement.

We suggest you look at the [Gutenberg key concepts](/docs/getting-started/architecture/key-concepts.md) to learn more about how this aspect of the project works.
We suggest you look at the [Gutenberg key concepts](/docs/explanations/architecture/key-concepts.md) to learn more about how this aspect of the project works.

### How can I parse the post content back out into blocks in PHP or JS?

Expand Down

0 comments on commit a251d11

Please sign in to comment.