Skip to content

Commit

Permalink
Fix replacement URL for React getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChrisW committed May 8, 2024
1 parent e39fcf8 commit 9368af2
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 9368af2

Please sign in to comment.