Skip to content

Commit e11418b

Browse files
authored
fix: update URL in setup instructions for clarity and accuracy (#126)
1 parent f6bda96 commit e11418b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/cli/src/commands/install/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default (program: Command) => {
112112
outroMessages.push(
113113
chalk.bold('Continue the setup:'),
114114
chalk.blue.underline(
115-
'https://pgflow.dev/getting-started/compile-to-sql/'
115+
'https://pgflow.dev/getting-started/create-first-flow/'
116116
)
117117
);
118118

0 commit comments

Comments
 (0)