Fix URL for bundle template documentation (#903)

## Changes
The doc URL link went stale. This PR updates the URL to the correct one.

Fixes https://github.com/databricks/cli/issues/899
This commit is contained in:
shreyas-goenka 2023-10-23 14:31:31 +02:00 committed by GitHub
parent 3a055f4774
commit 9f2d2b964f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ TEMPLATE_PATH optionally specifies which template to use. It can be one of the f
- a local file system path with a template directory - a local file system path with a template directory
- a Git repository URL, e.g. https://github.com/my/repository - a Git repository URL, e.g. https://github.com/my/repository
See https://docs.databricks.com//dev-tools/bundles/templates.html for more information on templates.`, See https://docs.databricks.com/en/dev-tools/bundles/templates.html for more information on templates.`,
} }
var configFile string var configFile string