From 9f2d2b964fe990ce8a321559cae4a27eed4e8b04 Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:31:31 +0200 Subject: [PATCH] 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 --- cmd/bundle/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bundle/init.go b/cmd/bundle/init.go index 603878be..cd2af420 100644 --- a/cmd/bundle/init.go +++ b/cmd/bundle/init.go @@ -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