@@ -6,18 +6,19 @@ import { Callout } from "nextra/components";
66import Embed from " ../../../components/Embed" ;
77import { VscGithub } from " react-icons/vsc" ;
88import { AiFillBook } from " react-icons/ai" ;
9+ import OwnedLink from " ../../../components/OwnedLink" ;
10+ import links from " ../../../data/links" ;
911
1012# General Information
1113
1214Here we outline the general guidance on how to integrate you dapp with
1315Humanode Biomapper.
1416
1517<Callout type = " info" >
16- __ TLDR__ : just use the [ Solidity ABI] [ interfaces ] .
18+ __ TLDR__ : just use the{ " " }
19+ <OwnedLink link = " biomapperSdkDocs" >Solidity ABI</OwnedLink >.
1720</Callout >
1821
19- [ interfaces ] : https://link.humanode.io/docs/biomapper-sdk
20-
2122## About Humanode Biomapper SDK
2223
2324Humanode Biomapper SDK provides interfaces and useful utilities
@@ -47,25 +48,21 @@ The automatically generated documentation on the SDK components:
4748
4849<Embed
4950 title = " Solidity API"
50- href = " https://link.humanode.io/docs/biomapper-sdk "
51+ href = { links . biomapperSdkDocs }
5152 icon = { <AiFillBook />}
5253/>
5354
5455## Examples
5556
5657See simple usage instructions at the Biomapper SDK repo here:
5758
58- <Embed
59- title = " Usage"
60- href = " https://github.com/humanode-network/biomapper-sdk/tree/master/usage"
61- icon = { <VscGithub />}
62- />
59+ <Embed title = " Usage" href = { links .biomapperSdkRepoUsage } icon = { <VscGithub />} />
6360
6461and the more complete use cases demonstration here:
6562
6663<Embed
6764 title = " Examples"
68- href = " https://github.com/humanode-network/biomapper-sdk/tree/master/examples "
65+ href = { links . biomapperSdkRepoExamples }
6966 icon = { <VscGithub />}
7067/>
7168
@@ -75,6 +72,6 @@ See the full Biomapper SDK source code at our Github:
7572
7673<Embed
7774 title = " Biomapper SDK"
78- href = " https://github.com/humanode-network/biomapper-sdk "
75+ href = { links . biomapperSdkRepo }
7976 icon = { <VscGithub />}
8077/>
0 commit comments