Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://twitter.com/intent/tweet?text=Wow%20%40zenstackhq">
<img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fzenstackhq%2Fzenstack">
</a>
<a href="https://discord.gg/6HhebQynfz">
<a href="https://go.zenstack.dev/chat">
<img src="https://img.shields.io/discord/1035538056146595961">
</a>
<a href="https://github.com/zenstackhq/zenstack/blob/main/LICENSE">
Expand All @@ -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?

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion packages/schema/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down