Skip to content

Commit

Permalink
fix: imperative and target links in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
heyfirst committed Oct 15, 2022
1 parent 12760fa commit 1839048
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

0 comments on commit 1839048

Please sign in to comment.