Skip to content

Commit 4e74b10

Browse files
Fix link for jobs warning (#401)
1 parent 8dce43a commit 4e74b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databricks_cli/jobs/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,6 @@ def check_version(api_client, version):
288288
'to use Jobs API 2.0. In order to use the latest Jobs features ' +
289289
'please upgrade to 2.1: \'databricks jobs configure --version=2.1\'. ' +
290290
'Future versions of this CLI will default to the new Jobs API. ' +
291-
'Learn more at https://docs.databricks.com/dev-tools/api/latest/jobs.html',
291+
'Learn more at https://docs.databricks.com/dev-tools/cli/jobs-cli.html',
292292
err=True
293293
)

0 commit comments

Comments
 (0)