We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dce43a commit 4e74b10Copy full SHA for 4e74b10
1 file changed
databricks_cli/jobs/cli.py
@@ -288,6 +288,6 @@ def check_version(api_client, version):
288
'to use Jobs API 2.0. In order to use the latest Jobs features ' +
289
'please upgrade to 2.1: \'databricks jobs configure --version=2.1\'. ' +
290
'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',
+ 'Learn more at https://docs.databricks.com/dev-tools/cli/jobs-cli.html',
292
err=True
293
)
0 commit comments