fix: replace with correct doc links (#232)

This commit is contained in:
Jaideep Guntupalli 2024-09-08 22:07:47 +05:30 committed by GitHub
parent fed0d8c3ba
commit 2f47d21cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,7 @@ main()
);
console.log();
console.log(
"For more information, please visit https://docs.stack-auth.com/docs/getting-started/setup"
"For more information, please visit https://docs.stack-auth.com/getting-started/setup"
);
console.log();
await open("https://app.stack-auth.com/wizard-congrats");
@ -318,7 +318,7 @@ main()
);
console.error();
console.error(
"If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/docs/getting-started/setup or join our Discord where we're happy to help: https://discord.stack-auth.com"
"If you need assistance, please try installing Stack manually as described in https://docs.stack-auth.com/getting-started/setup or join our Discord where we're happy to help: https://discord.stack-auth.com"
);
if (!(err instanceof UserError)) {
console.error("");