From 32c8227b89b7bf8594bfbbf8168da1d0956caf96 Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 19 Oct 2023 09:48:43 -0500 Subject: [PATCH] fix "Create an App" link on the index page --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 1ae15e99..81a47f11 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -215,7 +215,7 @@ const GettingStarted = () => ( index="4." title="Create an App" subtitle="Build a front-end app to interact with your Soroban contracts." - href="/docs/getting-started/deploy-to-testnet" + href="/docs/getting-started/create-an-app" />