Skip to content

Commit

Permalink
fix: docs urls
Browse files Browse the repository at this point in the history
  • Loading branch information
insider89 committed Feb 27, 2025
1 parent f303570 commit 41c3b93
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions content/docs/about-settlemint/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
<Cards>
<Card
title="SettleMint Components"
href="/docs/about-settlemint/components/"
href="/about-settlemint/components"
>
Learn about the services and tools you can use on SettleMint
</Card>

<Card
title="Supported Blockchains"
href="/docs/about-settlemint/supported-blockchains/"
href="/about-settlemint/supported-blockchains"
>
Learn about the supported blockchains that you can use
</Card>

<Card
title="Create an Application"
href="/docs/using-platform/create-an-application/"
href="/using-platform/create-an-application"
>
Create Your First Application using SettleMint on a Managed Cloud
</Card>

<Card
title="Install On-Premise"
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
>
Learn about the supported blockchains that you can use
</Card>
Expand All @@ -46,21 +46,21 @@ Follow these developer guides to start building on SettleMint
<Cards>
<Card
title="Hello World Application"
href="/docs/using-platform/create-an-application/"
href="/using-platform/create-an-application"
>
Create Your First Application using SettleMint on a Managed Cloud
</Card>

<Card
title="Connect Frontend - NextJS"
href="/docs/developer-guides/connect-frontend/"
href="/developer-guides/connect-frontend"
>
Learn how to create a custom frontend by building an ERC20 token transfer application
</Card>

<Card
title="Asset Tokenization"
href="/docs/developer-guides/asset-tokenization/"
href="/developer-guides/asset-tokenization"
>
Build a Asset Tokenization blockchain application
</Card>
Expand Down
20 changes: 10 additions & 10 deletions content/docs/about-settlemint/supported-blockchains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SettleMint currently supports the following protocols:

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

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

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

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

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

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

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

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

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

<Card
href="/docs/blockchain-guides/Hedera/hedera-the-basics/"
href="/blockchain-guides/Hedera/1_hedera-the-basics"
>
<h3 className="mb-4">Hedera</h3>
<div className="flex flex-col items-center gap-4">
Expand Down
4 changes: 2 additions & 2 deletions content/docs/developer-guides/user-wallets-and-scp.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ For the purpose of this guide, you can set up a Besu network with one validator

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

Make sure to enable the address on your node.

Expand Down
14 changes: 7 additions & 7 deletions content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
<Card
title="SettleMint Components"
description="Learn about the services and tools you can can use on SettleMint"
href="/docs/about-settlemint/components/"
href="/about-settlemint/components"
/>
<Card
title="Supported Blockchains"
description="Learn about the supported blockchains that you can use"
href="/docs/about-settlemint/supported-blockchains/"
href="/about-settlemint/supported-blockchains"
/>
<Card
title="Create an Application"
description="Create Your First Application using SettleMint on a Managed Cloud"
href="/docs/using-platform/create-an-application/"
href="/using-platform/create-an-application"
/>
<Card
title="Install On-Premise"
description="Learn about the supported blockchains that you can use"
href="/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
/>
</Cards>

Expand All @@ -38,16 +38,16 @@ Follow these developer guides to start building on SettleMint
<Card
title="Hello World Application"
description="Create Your First Application using SettleMint on a Managed Cloud"
href="/docs/using-platform/create-an-application/"
href="/using-platform/create-an-application"
/>
<Card
title="Connect Frontend - NextJS"
description="Learn how to create a custom frontend by building and ERC20 token transfer application"
href="/docs/developer-guides/connect-frontend/"
href="/developer-guides/connect-frontend"
/>
<Card
title="Asset Tokenization"
description="Build a Asset Tokenization blockchain application"
href="/docs/developer-guides/asset-tokenization/"
href="/developer-guides/asset-tokenization"
/>
</Cards>

0 comments on commit 41c3b93

Please sign in to comment.