Skip to content

Commit

Permalink
chore: fixed broken links (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnquinnvictaboada authored Sep 5, 2024
1 parent 0490227 commit 787ff26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please note that UTxO RPC is just a specification of an interface between agents
The interface is divided into different modules that represent specific use-cases. Not every client will be interested in every module and not every provider will be serving every module.

<Cards>
<Card title="Query Module" icon="🔍&nbsp;" href="build/intro" />
<Card title="Query Module" icon="🔍&nbsp;" href="query/intro" />
<Card title="Submit Module" icon="⚡️&nbsp;" href="submit/intro" />
<Card title="Sync Module" icon="🔄&nbsp;" href="sync/intro" />
<Card title="Watch Module" icon="👀&nbsp;" href="watch/intro" />
Expand All @@ -41,9 +41,10 @@ Thanks to all of the available gRPC toolchain, generating SDKs in several progra
<Card title="Rust" href="rust" />
<Card title="Go" href="go" />
<Card title="NodeJs" href="nodejs" />
<Card title="Python" href="Python" />
<Card title="Python" href="python" />
<Card title=".NET" href="dotnet" />


</Cards>

<Callout type="info">
Expand Down

0 comments on commit 787ff26

Please sign in to comment.