Skip to content

Commit

Permalink
Fix replacement URL for React getting started (#4571)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChrisW committed May 16, 2024
1 parent e090b73 commit 2d26f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Getting started

import DeprecationBanner from '../components/DeprecationBanner'

<DeprecationBanner replacementUrl={'/design/guides/development/react'} />
<DeprecationBanner replacementUrl={'/guides/react'} />

## Installation

Expand Down

0 comments on commit 2d26f4c

Please sign in to comment.