From 23e14092e1c9d7e2982c32e61cda9cdb1b24be04 Mon Sep 17 00:00:00 2001 From: Said Nasser Date: Sat, 15 Aug 2026 17:24:29 +0200 Subject: [PATCH] Fix API Reference link to point to /reference/react --- src/content/blog/2023/03/16/introducing-react-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/2023/03/16/introducing-react-dev.md b/src/content/blog/2023/03/16/introducing-react-dev.md index 96d2a630da6..df0054e7c7d 100644 --- a/src/content/blog/2023/03/16/introducing-react-dev.md +++ b/src/content/blog/2023/03/16/introducing-react-dev.md @@ -42,7 +42,7 @@ When we released React Hooks in 2018, the Hooks docs assumed the reader is famil **The new docs teach React with Hooks from the beginning.** The docs are divided in two main sections: * **[Learn React](/learn)** is a self-paced course that teaches React from scratch. -* **[API Reference](/reference)** provides the details and usage examples for every React API. +* **[API Reference](/reference/react)** provides the details and usage examples for every React API. Let's have a closer look at what you can find in each section.