From 1eb56afe453806183edf270b44aa8d5686bbff75 Mon Sep 17 00:00:00 2001 From: First Sutham Date: Mon, 17 Oct 2022 12:36:59 +0300 Subject: [PATCH] fix(docs): imperative and target links in homepage (#1998) --- docs/app/components/HomeBlocks/HomeBlockImperative.tsx | 2 +- docs/app/components/HomeBlocks/HomeBlockTarget.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/app/components/HomeBlocks/HomeBlockImperative.tsx b/docs/app/components/HomeBlocks/HomeBlockImperative.tsx index ce6bdb04cc..7d7ff8d735 100644 --- a/docs/app/components/HomeBlocks/HomeBlockImperative.tsx +++ b/docs/app/components/HomeBlocks/HomeBlockImperative.tsx @@ -47,7 +47,7 @@ export const HomeBlockImperative = () => ( title={`Run animations without \nre-rendering`} cta={{ label: 'View imperative API', - href: '/concepts/imperative-api', + href: '/docs/concepts/imperative-api', }}>

Use our imperative API methods to run animations without updating state. diff --git a/docs/app/components/HomeBlocks/HomeBlockTarget.tsx b/docs/app/components/HomeBlocks/HomeBlockTarget.tsx index d54fc522bf..7b7dcc4206 100644 --- a/docs/app/components/HomeBlocks/HomeBlockTarget.tsx +++ b/docs/app/components/HomeBlocks/HomeBlockTarget.tsx @@ -127,7 +127,7 @@ export const HomeBlockTarget = () => { title="It’s not just for web" cta={{ label: 'Learn more about targets', - href: '/concept/targets', + href: '/docs/concept/targets', }}>

Choose from our five targets: