Skip to content

Commit

Permalink
Fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jan 31, 2024
1 parent 4934f6e commit 33db32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/DevFeature2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ export default function DevFeature2() {
</div>
<div className="mx-auto mt-2 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://docs.buildwithsygma.com/sdk/examples/substrate-evm-example"
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/substrate-evm-example"
type="secondary"
>
Sending Substrate Transfers (CLI){" "}
</GiantButton>
<GiantButton
type="secondary"
href="https://docs.buildwithsygma.com/sdk/examples/evm-example"
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/evm-example"
>
Sending EVM Transfers (CLI){" "}
</GiantButton>
Expand Down

0 comments on commit 33db32e

Please sign in to comment.