From 6fbc0ff255e5d1e4b8fa0d09adc397f443ea894c Mon Sep 17 00:00:00 2001 From: Elliot Voris Date: Thu, 19 Oct 2023 10:45:56 -0500 Subject: [PATCH] fix "Create an App" link on the index page (#619) --- 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" />