From c6828f417bce9d7f3d6cd4d970ebb83be4825eca Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 3 Mar 2022 19:13:12 +0000 Subject: [PATCH] Fix deeplink to react-host-components-or-host-components in Glossary --- docs/render-pipeline.md | 2 +- website/versioned_docs/version-0.66/render-pipeline.md | 2 +- website/versioned_docs/version-0.67/render-pipeline.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/render-pipeline.md b/docs/render-pipeline.md index 41f7d38d326..f547a098acf 100644 --- a/docs/render-pipeline.md +++ b/docs/render-pipeline.md @@ -44,7 +44,7 @@ function MyComponent() { // ``` -In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#host-view-tree-and-host-view) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). +In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#react-host-components-or-host-components) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). ### Phase 1. Render diff --git a/website/versioned_docs/version-0.66/render-pipeline.md b/website/versioned_docs/version-0.66/render-pipeline.md index 38166c9731e..1db563dce8b 100644 --- a/website/versioned_docs/version-0.66/render-pipeline.md +++ b/website/versioned_docs/version-0.66/render-pipeline.md @@ -44,7 +44,7 @@ function MyComponent() { // ``` -In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#host-view-tree-and-host-view) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). +In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#react-host-components-or-host-components) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). ### Phase 1. Render diff --git a/website/versioned_docs/version-0.67/render-pipeline.md b/website/versioned_docs/version-0.67/render-pipeline.md index 38166c9731e..1db563dce8b 100644 --- a/website/versioned_docs/version-0.67/render-pipeline.md +++ b/website/versioned_docs/version-0.67/render-pipeline.md @@ -44,7 +44,7 @@ function MyComponent() { // ``` -In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#host-view-tree-and-host-view) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). +In the example above, `` is a [React Element](architecture-glossary#react-element-tree-and-react-element). React recursively reduces this _React Element_ to a terminal [React Host Component](architecture-glossary#react-host-components-or-host-components) by invoking it (or its `render` method if implemented with a JavaScript class) until every _React Element_ cannot be reduced any further. Now you have a _React Element Tree_ of [React Host Components](architecture-glossary#react-host-components-or-host-components). ### Phase 1. Render