mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fix: replace with correct doc links (#232)
This commit is contained in:
parent
fed0d8c3ba
commit
2f47d21cd5
@ -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("");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user