Skip to content

Commit 1c84dba

Browse files
committed
cli: update docs url for sql shell
The SQL shell help function redirects the user to use-the-built-in-sql-client.html this page no longer exists. Instead the SQL shell should point to cockroach-sql.html. Epic: None Release note (cli change): Change the SQL shell help URL to point to cockroach-sql.html.
1 parent bf5ffc4 commit 1c84dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/clisqlshell/sql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func (c *cliState) printCliHelp() {
276276
fmt.Fprintf(c.iCtx.stdout, helpMessageFmt,
277277
demoHelpStr,
278278
docs.URL("sql-statements.html"),
279-
docs.URL("use-the-built-in-sql-client.html"),
279+
docs.URL("cockroach-sql.html"),
280280
)
281281
fmt.Fprintln(c.iCtx.stdout)
282282
}

0 commit comments

Comments
 (0)