From 841a1dd85b1ff6203f1401affdcc5a5b177f2027 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 3 Jun 2026 14:18:39 -0700 Subject: [PATCH] Fix broken links --- packages/init-stack/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/init-stack/src/index.ts b/packages/init-stack/src/index.ts index c42fe8f50..194d4509d 100644 --- a/packages/init-stack/src/index.ts +++ b/packages/init-stack/src/index.ts @@ -333,7 +333,7 @@ async function main(): Promise { } nextSteps.push( `Copy the environment variables from the new API key into your own environment and reference them in ${appFiles.join(" and ")}`, - `Follow the instructions on how to use Hexclave's vanilla SDK at https://docs.hexclave.com/guides/going-further/stack-app`, + `Follow the instructions on how to use Hexclave's vanilla SDK at https://docs.hexclave.com/sdk/objects/stack-app`, ); } logVerbose("Primary integration steps completed", { type, nextStepsCount: nextSteps.length });