Skip to content

Commit ad9d595

Browse files
committed
change markdown references to new pathing
1 parent 4638fb9 commit ad9d595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/tencentcloud/cvm/run_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ type TencentCloudRunConfig struct {
8989
RunTags map[string]string `mapstructure:"run_tags" required:"false"`
9090
// Same as [`run_tags`](#run_tags) but defined as a singular repeatable
9191
// block containing a `key` and a `value` field. In HCL2 mode the
92-
// [`dynamic_block`](/docs/configuration/from-1.5/expressions#dynamic-blocks)
92+
// [`dynamic_block`](/docs/templates/hcl_templates/expressions#dynamic-blocks)
9393
// will allow you to create those programatically.
9494
RunTag config.KeyValues `mapstructure:"run_tag" required:"false"`
9595

0 commit comments

Comments
 (0)