Skip to content

Commit

Permalink
clients/checkout: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Oct 31, 2024
1 parent 0895212 commit fcfb246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ app.listen(port, () => {
</div>
</div>
<div className="flex flex-row items-center gap-x-2">
<Link href={`/docs/products/checkout`} target="_blank">
<Link href={`/docs/guides/node`} target="_blank">
<Button wrapperClassNames="flex flex-row items-center gap-x-2">
<span>Checkout API Guide</span>
<ChevronRight className="text-sm" fontSize="inherit" />
Expand Down

0 comments on commit fcfb246

Please sign in to comment.