Skip to content

Commit 2d26f4c

Browse files
authored
Fix replacement URL for React getting started (#4571)
1 parent e090b73 commit 2d26f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Getting started
44

55
import DeprecationBanner from '../components/DeprecationBanner'
66

7-
<DeprecationBanner replacementUrl={'/design/guides/development/react'} />
7+
<DeprecationBanner replacementUrl={'/guides/react'} />
88

99
## Installation
1010

0 commit comments

Comments
 (0)