Skip to content

Commit 7c86957

Browse files
authored
fix: broken urls (#176)
## Summary by Sourcery Bug Fixes: - Fix broken URLs in the documentation to ensure users can navigate to the correct resources.
1 parent 6bf3855 commit 7c86957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ SettleMint makes it easy for any developer to build, deploy and integrate blockc
2121
<Card
2222
title="Create an Application"
2323
description="Create Your First Application using SettleMint on a Managed Cloud"
24-
href="/using-platform/create-an-application"
24+
href="/building-with-settlemint/create-an-application"
2525
/>
2626
<Card
2727
title="Install On-Premise"
2828
description="Learn about the supported blockchains that you can use"
29-
href="/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction"
29+
href="/launching-the-platform/self-hosted/introduction"
3030
/>
3131
</Cards>
3232

@@ -38,7 +38,7 @@ 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="/using-platform/create-an-application"
41+
href="/building-with-settlemint/create-an-application"
4242
/>
4343
<Card
4444
title="Connect Frontend - NextJS"

0 commit comments

Comments
 (0)