Skip to content

Commit

Permalink
fix(docs): imperative and target links in homepage (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyfirst committed Oct 17, 2022
1 parent 49d812a commit 1eb56af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/app/components/HomeBlocks/HomeBlockImperative.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}}>
<p>
Use our imperative API methods to run animations without updating state.
Expand Down
2 changes: 1 addition & 1 deletion docs/app/components/HomeBlocks/HomeBlockTarget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}}>
<p>Choose from our five targets:</p>
<List>
Expand Down

1 comment on commit 1eb56af

@vercel
Copy link

@vercel vercel bot commented on 1eb56af Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.