Skip to content

Commit 6bf3855

Browse files
authored
fix: docs urls (#175)
1 parent f303570 commit 6bf3855

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

content/docs/about-settlemint/intro.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
1212
<Cards>
1313
<Card
1414
title="SettleMint Components"
15-
href="/docs/about-settlemint/components/"
15+
href="/about-settlemint/components"
1616
>
1717
Learn about the services and tools you can use on SettleMint
1818
</Card>
1919

2020
<Card
2121
title="Supported Blockchains"
22-
href="/docs/about-settlemint/supported-blockchains/"
22+
href="/about-settlemint/supported-blockchains"
2323
>
2424
Learn about the supported blockchains that you can use
2525
</Card>
2626

2727
<Card
2828
title="Create an Application"
29-
href="/docs/using-platform/create-an-application/"
29+
href="/using-platform/create-an-application"
3030
>
3131
Create Your First Application using SettleMint on a Managed Cloud
3232
</Card>
3333

3434
<Card
3535
title="Install On-Premise"
36-
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
36+
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
3737
>
3838
Learn about the supported blockchains that you can use
3939
</Card>
@@ -46,21 +46,21 @@ Follow these developer guides to start building on SettleMint
4646
<Cards>
4747
<Card
4848
title="Hello World Application"
49-
href="/docs/using-platform/create-an-application/"
49+
href="/using-platform/create-an-application"
5050
>
5151
Create Your First Application using SettleMint on a Managed Cloud
5252
</Card>
5353

5454
<Card
5555
title="Connect Frontend - NextJS"
56-
href="/docs/developer-guides/connect-frontend/"
56+
href="/developer-guides/connect-frontend"
5757
>
5858
Learn how to create a custom frontend by building an ERC20 token transfer application
5959
</Card>
6060

6161
<Card
6262
title="Asset Tokenization"
63-
href="/docs/developer-guides/asset-tokenization/"
63+
href="/developer-guides/asset-tokenization"
6464
>
6565
Build a Asset Tokenization blockchain application
6666
</Card>

content/docs/about-settlemint/supported-blockchains.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SettleMint currently supports the following protocols:
1414

1515
<Cards>
1616
<Card
17-
href="/docs/blockchain-guides/Hyperledger-Besu/enterprise-ethereum-the-basics/"
17+
href="/blockchain-guides/Hyperledger-Besu/1_enterprise-ethereum-the-basics"
1818
>
1919
<h3 className="mb-4">Hyperledger Besu</h3>
2020
<div className="flex flex-col items-center gap-4">
@@ -26,7 +26,7 @@ SettleMint currently supports the following protocols:
2626
</Card>
2727

2828
<Card
29-
href="/docs/blockchain-guides/Hyperledger-Fabric/hyperledger-fabric-the-basics/"
29+
href="/blockchain-guides/Hyperledger-Fabric/1_hyperledger-fabric-the-basics"
3030
>
3131
<h3 className="mb-4">Hyperledger Fabric</h3>
3232
<div className="flex flex-col items-center gap-4">
@@ -38,7 +38,7 @@ SettleMint currently supports the following protocols:
3838
</Card>
3939

4040
<Card
41-
href="/docs/blockchain-guides/quorum/quorum-the-basics/"
41+
href="/blockchain-guides/quorum/1_quorum-the-basics"
4242
>
4343
<h3 className="mb-4">Quorum</h3>
4444
<div className="flex flex-col items-center gap-4">
@@ -54,7 +54,7 @@ SettleMint currently supports the following protocols:
5454

5555
<Cards>
5656
<Card
57-
href="/docs/blockchain-guides/ethereum/ethereum-the-basics/"
57+
href="/blockchain-guides/ethereum/1_ethereum-the-basics"
5858
>
5959
<h3 className="mb-4">Ethereum</h3>
6060
<div className="flex flex-col items-center gap-8">
@@ -66,7 +66,7 @@ SettleMint currently supports the following protocols:
6666
</Card>
6767

6868
<Card
69-
href="/docs/blockchain-guides/avalanche/avalanche-the-basics/"
69+
href="/blockchain-guides/avalanche/1_avalanche-the-basics"
7070
>
7171
<h3 className="mb-4">Avalanche</h3>
7272
<div className="flex flex-col items-center gap-4">
@@ -78,7 +78,7 @@ SettleMint currently supports the following protocols:
7878
</Card>
7979

8080
<Card
81-
href="/docs/blockchain-guides/polygon/polygon-the-basics/"
81+
href="/blockchain-guides/polygon/1_polygon-the-basics"
8282
>
8383
<h3 className="mb-4">Polygon</h3>
8484
<div className="flex flex-col items-center gap-4">
@@ -90,7 +90,7 @@ SettleMint currently supports the following protocols:
9090
</Card>
9191

9292
<Card
93-
href="/docs/blockchain-guides/polygon-zkevm/polygon-zkevm-the-basics/"
93+
href="/blockchain-guides/polygon-zkevm/1_polygon-zkevm-the-basics"
9494
>
9595
<h3 className="mb-4">Polygon zkEVM</h3>
9696
<div className="flex flex-col items-center gap-4">
@@ -102,7 +102,7 @@ SettleMint currently supports the following protocols:
102102
</Card>
103103

104104
<Card
105-
href="/docs/blockchain-guides/Arbitrum/arbitrum-the-basics/"
105+
href="/blockchain-guides/Arbitrum/1_arbitrum-the-basics"
106106
>
107107
<h3 className="mb-4">Arbitrum</h3>
108108
<div className="flex flex-col items-center gap-4">
@@ -114,7 +114,7 @@ SettleMint currently supports the following protocols:
114114
</Card>
115115

116116
<Card
117-
href="/docs/blockchain-guides/Optimism/optimism-the-basics/"
117+
href="/blockchain-guides/Optimism/1_optimism-the-basics"
118118
>
119119
<h3 className="mb-4">Optimism</h3>
120120
<div className="flex flex-col items-center gap-4">
@@ -126,7 +126,7 @@ SettleMint currently supports the following protocols:
126126
</Card>
127127

128128
<Card
129-
href="/docs/blockchain-guides/Hedera/hedera-the-basics/"
129+
href="/blockchain-guides/Hedera/1_hedera-the-basics"
130130
>
131131
<h3 className="mb-4">Hedera</h3>
132132
<div className="flex flex-col items-center gap-4">

content/docs/developer-guides/user-wallets-and-scp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ For the purpose of this guide, you can set up a Besu network with one validator
1717

1818
### HD ECDSA
1919
Create the user wallet deployment along with one user wallet. For detailed instructions, see:
20-
- [User Wallet Guide](https://console.settlemint.com/documentation/docs/using-platform/user_wallet/)
21-
- [Private Keys Guide](https://console.settlemint.com/documentation/docs/using-platform/private-keys/)
20+
- [User Wallet Guide](https://console.settlemint.com/documentation/building-with-settlemint/user-wallet)
21+
- [Private Keys Guide](https://console.settlemint.com/documentation/building-with-settlemint/private-keys)
2222

2323
Make sure to enable the address on your node.
2424

content/docs/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
1111
<Card
1212
title="SettleMint Components"
1313
description="Learn about the services and tools you can can use on SettleMint"
14-
href="/docs/about-settlemint/components/"
14+
href="/about-settlemint/components"
1515
/>
1616
<Card
1717
title="Supported Blockchains"
1818
description="Learn about the supported blockchains that you can use"
19-
href="/docs/about-settlemint/supported-blockchains/"
19+
href="/about-settlemint/supported-blockchains"
2020
/>
2121
<Card
2222
title="Create an Application"
2323
description="Create Your First Application using SettleMint on a Managed Cloud"
24-
href="/docs/using-platform/create-an-application/"
24+
href="/using-platform/create-an-application"
2525
/>
2626
<Card
2727
title="Install On-Premise"
2828
description="Learn about the supported blockchains that you can use"
29-
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
29+
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
3030
/>
3131
</Cards>
3232

@@ -38,16 +38,16 @@ Follow these developer guides to start building on SettleMint
3838
<Card
3939
title="Hello World Application"
4040
description="Create Your First Application using SettleMint on a Managed Cloud"
41-
href="/docs/using-platform/create-an-application/"
41+
href="/using-platform/create-an-application"
4242
/>
4343
<Card
4444
title="Connect Frontend - NextJS"
4545
description="Learn how to create a custom frontend by building and ERC20 token transfer application"
46-
href="/docs/developer-guides/connect-frontend/"
46+
href="/developer-guides/connect-frontend"
4747
/>
4848
<Card
4949
title="Asset Tokenization"
5050
description="Build a Asset Tokenization blockchain application"
51-
href="/docs/developer-guides/asset-tokenization/"
51+
href="/developer-guides/asset-tokenization"
5252
/>
5353
</Cards>

0 commit comments

Comments
 (0)