Skip to content

Commit 3c4fe9a

Browse files
author
Orta
authored
Merge pull request #226 from HyunSangHan/fix-broken-link-react-starter-kits
Fix broken link about Starter Kits
2 parents f594d17 + 902acc3 commit 3c4fe9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/typescriptlang-org/src/pages/documentation.en.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ const react = [
141141
title: "Razzle"
142142
},
143143
{
144-
href: "https://reactjs.org/community/starter-kits.html",
144+
href: "https://reactjs.org/docs/create-a-new-react-app.html#recommended-toolchains",
145145
blurb: "Recommendations from the React Team",
146-
title: "Starter Kits"
146+
title: "Recommended Toolchains"
147147
}
148148
]
149149

0 commit comments

Comments
 (0)