Skip to content

Commit

Permalink
update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetpea22 committed Jun 4, 2024
1 parent 0020f8c commit b0d5b77
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import DevFeature2 from "@/sections/DevFeature2";
import DevJourney from "@/sections/DevJourney";
import SlidingWords from "@/sections/SlidingWords";
import CoreFeatures from "@/sections/CoreFeatures";
import ProductOverview from "@/sections/ProductOverview";
import BlogTeaser from "@/sections/BlogTeaser";
import { getAllPosts } from "@/ghost-client";
// import { use } from 'react';

export default function Home(props: any) {
Expand Down
6 changes: 3 additions & 3 deletions src/sections/DevFeature1/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ export default function DevFeature1() {
href="https://docs.buildwithsygma.com/sdk/quickstart/install"
type="primary"
>
Quick-Start Guide
Quickstart to the SDK
</GiantButton>
<GiantButton
href="https://docs.buildwithsygma.com/architecture"
href="https://docs.buildwithsygma.com/protocol"
type="primary"
>
Network Architecture Diagrams
About the protocol
</GiantButton>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/sections/DevFeature2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ export default function DevFeature2() {
<img className="mx-auto lg:max-w-4xl" src="/transfer.gif" />
<div className="mx-auto mt-2 flex max-w-4xl justify-between gap-2">
<GiantButton
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/substrate-evm-example"
href="https://docs.buildwithsygma.com/sdk/quickstart/substrate"
type="secondary"
>
Sending Substrate Transfers (CLI){" "}
Sending Substrate Transfers
</GiantButton>
<GiantButton
type="secondary"
href="https://docs.buildwithsygma.com/sdk/quickstart/examples/erc20/evm-example"
href="https://docs.buildwithsygma.com/sdk/quickstart/transfertoken"
>
Sending EVM Transfers (CLI){" "}
Sending EVM Transfers
</GiantButton>
</div>
</div>
Expand Down

0 comments on commit b0d5b77

Please sign in to comment.