From 5aff15853ff0d3e0794544dfeb8cb34715452f3f Mon Sep 17 00:00:00 2001 From: Emily Lin Date: Tue, 5 Nov 2024 18:02:39 -0500 Subject: [PATCH] Fixed broken link --- src/content/docs/en/sdk/guides/devnet-deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/sdk/guides/devnet-deployment.mdx b/src/content/docs/en/sdk/guides/devnet-deployment.mdx index 400f14e2..48a00350 100644 --- a/src/content/docs/en/sdk/guides/devnet-deployment.mdx +++ b/src/content/docs/en/sdk/guides/devnet-deployment.mdx @@ -473,7 +473,7 @@ Because the devnet does not use `https`, you need to manually set these up in Me ## What's Next? -If you're a developer, you might want to try [customizing specific sdk components](/sdk/customization). +If you're a developer, you might want to try [customizing specific sdk components](/sdk/guides/customizing-sdk-components). If you're looking to learn more about running a public testnet, try out a production deployment with our [Digital Ocean guide](/sdk/guides/production-deployment-digital-ocean) or our [AWS guide](/sdk/guides/production-deployment-aws).