Skip to content

Commit

Permalink
Fix bundle documentation URL (#1399)
Browse files Browse the repository at this point in the history
Closes #1395.
  • Loading branch information
pietern authored Apr 25, 2024
1 parent d949f2b commit db84a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bundle/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func New() *cobra.Command {
cmd := &cobra.Command{
Use: "bundle",
Short: "Databricks Asset Bundles let you express data/AI/analytics projects as code.",
Long: "Databricks Asset Bundles let you express data/AI/analytics projects as code.\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles",
Long: "Databricks Asset Bundles let you express data/AI/analytics projects as code.\n\nOnline documentation: https://docs.databricks.com/en/dev-tools/bundles/index.html",
GroupID: "development",
}

Expand Down

0 comments on commit db84a70

Please sign in to comment.