We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8679b commit 8a83892Copy full SHA for 8a83892
packages/cli/src/index.ts
@@ -41,7 +41,7 @@ function createProgram() {
41
.description(
42
`${colors.bold.blue(
43
'ζ',
44
- )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev.`,
+ )} ZenStack is the data layer for modern TypeScript apps.\n\nDocumentation: https://zenstack.dev/docs/3.x.`,
45
)
46
.showHelpAfterError()
47
.showSuggestionAfterError();
0 commit comments