Skip to content

Commit ef98b25

Browse files
docs: fix references to internal documentation
1 parent 3cff5fe commit ef98b25

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

builder/tencentcloud/cvm/run_config.go

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

docs-partials/builder/tencentcloud/cvm/TencentCloudRunConfig-not-required.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
- `run_tag` ([]{key string, value string}) - Same as [`run_tags`](#run_tags) but defined as a singular repeatable
6969
block containing a `key` and a `value` field. In HCL2 mode the
70-
[`dynamic_block`](/docs/templates/hcl_templates/expressions#dynamic-blocks)
70+
[`dynamic_block`](/packer/docs/templates/hcl_templates/expressions#dynamic-blocks)
7171
will allow you to create those programatically.
7272

7373
- `ssh_private_ip` (bool) - SSH Private Ip

docs/builders/cvm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ customized images based on an existing base images.
1818

1919
The following configuration options are available for building Tencentcloud images.
2020
In addition to the options listed here,
21-
a [communicator](/docs/templates/legacy_json_templates/communicator) can be configured for this builder.
21+
a [communicator](/packer/docs/templates/legacy_json_templates/communicator) can be configured for this builder.
2222

2323
### Required:
2424

0 commit comments

Comments
 (0)