From a035cf8a093761fbddbfcf6d45ed6f999d873f86 Mon Sep 17 00:00:00 2001 From: monalisa Date: Mon, 23 Oct 2023 13:12:18 +0200 Subject: [PATCH] Fix URL for bundle template documentation --- 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 603878be415..cd2af4209e4 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