From 584f3983cfde6fc1bb515a9676a85bf12cda4a9c Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Thu, 10 Nov 2022 23:13:09 +0800 Subject: [PATCH] chore: update doc & discord links --- README.md | 6 +++--- packages/schema/src/cli/index.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32d9435b4..5f568b0e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - + @@ -17,7 +17,7 @@ ## 📣 Our Discord Server is Live -[Join us](https://discord.gg/6HhebQynfz) to chat about questions, bugs, plans, or anything off the top of your head. +[Join us](https://go.zenstack.dev/chat) to chat about questions, bugs, plans, or anything off the top of your head. ## What is ZenStack? @@ -274,5 +274,5 @@ export const getServerSideProps: GetServerSideProps = async () => { ## Reach out to us for issues, feedback and ideas! -[Discord](https://discord.gg/dbuC9ZWc) [Twitter](https://twitter.com/zenstackhq) +[Discord](https://go.zenstack.dev/chat) [Twitter](https://twitter.com/zenstackhq) [Discussions](../discussions) [Issues](../issues) diff --git a/packages/schema/src/cli/index.ts b/packages/schema/src/cli/index.ts index 84fd1d9f2..b7dbcf37e 100644 --- a/packages/schema/src/cli/index.ts +++ b/packages/schema/src/cli/index.ts @@ -63,7 +63,7 @@ export default function (): void { .description( `${colors.bold.blue( 'ζ' - )} ZenStack simplifies fullstack development by generating backend services and Typescript clients from a data model.\n\nDocumentation: https://zenstack.dev/doc.` + )} ZenStack simplifies fullstack development by generating backend services and Typescript clients from a data model.\n\nDocumentation: https://go.zenstack.dev/doc.` ) .showHelpAfterError() .showSuggestionAfterError();