mirror of https://github.com/databricks/cli.git
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:
parent
3a055f4774
commit
9f2d2b964f
|
@ -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 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
|
||||
|
|
Loading…
Reference in New Issue