Skip to content

Commit

Permalink
Bug: Fix broken link for "Fetch token prices" (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel-Eichenberger authored Feb 9, 2024
1 parent 253006a commit b8f6121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const dAppGuides = [
{
title: 'Fetch token prices',
text: 'Fetch the price of tokens in a specific Pool',
to: 'sdk/v3/guides/quoting',
to: 'sdk/v3/guides/swaps/quoting',
},
{
title: 'Create a Trade',
Expand Down

0 comments on commit b8f6121

Please sign in to comment.