From 8ee0706201ba1413da87430287b6dc0c0c522c44 Mon Sep 17 00:00:00 2001 From: Yuki Takemoto Date: Wed, 30 Mar 2022 01:34:44 +0900 Subject: [PATCH] Fix broken link (#4509) --- content/blog/2022-03-08-react-18-upgrade-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2022-03-08-react-18-upgrade-guide.md b/content/blog/2022-03-08-react-18-upgrade-guide.md index 9b67f325..d2052e98 100644 --- a/content/blog/2022-03-08-react-18-upgrade-guide.md +++ b/content/blog/2022-03-08-react-18-upgrade-guide.md @@ -3,7 +3,7 @@ title: "How to Upgrade to React 18" author: [rickhanlonii] --- -As we shared in the [release post](/blog/2022/03/28/react-v18.html), React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18. +As we shared in the [release post](/blog/2022/03/29/react-v18.html), React 18 introduces features powered by our new concurrent renderer, with a gradual adoption strategy for existing applications. In this post, we will guide you through the steps for upgrading to React 18. Please [report any issues](https://github.com/facebook/react/issues/new/choose) you encounter while upgrading to React 18.