Skip to content

Commit 1410a5d

Browse files
committed
Fix wrong link on the landing page
1 parent 7d4e196 commit 1410a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-renderer-demo/src/components/landing-page/landing-page-cards.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ const LandingPageCards = () => {
320320
This list represents a set of provided mappers. Each mapper brings all basic form components from its design system. You can
321321
immediately use form inputs such as text fields, selects, radios, checkboxes or wizards. However, this selection does not limit you as
322322
integrating custom components is simple as it can be - all it takes is just{' '}
323-
<RouterLink href="/mappers/carbon-component-mapper">
324-
<a href="/mappers/carbon-component-mapper">one hook</a>
323+
<RouterLink href="/hooks/use-field-api">
324+
<a href="/hooks/use-field-api">one hook</a>
325325
</RouterLink>
326326
.
327327
</Typography>

0 commit comments

Comments
 (0)