Skip to content

Commit 755c1cd

Browse files
authored
fix: add upcloud- prefix to slug and update namespace in docs URLs (#73)
1 parent c0975e9 commit 755c1cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.web-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ $ packer plugins install github.com/UpCloudLtd/upcloud
3030
#### Builders
3131

3232

33-
- [upcloud](/packer/integrations/upcloudltd/upcloud/latest/components/builder/upcloud) - The upcloud builder is used to generate storage templates on UpCloud.
33+
- [upcloud](/packer/integrations/UpCloudLtd/upcloud/latest/components/builder/upcloud) - The upcloud builder is used to generate storage templates on UpCloud.
3434

3535
#### Post-processors
3636

37-
- [upcloud-import](/packer/integrations/upcloudltd/upcloud/latest/components/post-processor/import) - The upcloud import post-processors is used to import disk images to UpCloud.
37+
- [upcloud-import](/packer/integrations/UpCloudLtd/upcloud/latest/components/post-processor/upcloud-import) - The upcloud import post-processors is used to import disk images to UpCloud.
3838

3939
### JSON Templates
4040
From Packer version 1.7.0, template HCL2 becomes officially the preferred way to write Packer configuration. While the `json` format is still supported, but certain new features, such as `packer init` works only in newer HCL2 format.

.web-docs/metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ integration {
1313
component {
1414
type = "post-processor"
1515
name = "UpCloud Import"
16-
slug = "import"
16+
slug = "upcloud-import"
1717
}
1818
}

docs-src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ $ packer plugins install github.com/UpCloudLtd/upcloud
3030
#### Builders
3131

3232

33-
- [upcloud](/packer/integrations/upcloudltd/upcloud/latest/components/builder/upcloud) - The upcloud builder is used to generate storage templates on UpCloud.
33+
- [upcloud](/packer/integrations/UpCloudLtd/upcloud/latest/components/builder/upcloud) - The upcloud builder is used to generate storage templates on UpCloud.
3434

3535
#### Post-processors
3636

37-
- [upcloud-import](/packer/integrations/upcloudltd/upcloud/latest/components/post-processor/import) - The upcloud import post-processors is used to import disk images to UpCloud.
37+
- [upcloud-import](/packer/integrations/UpCloudLtd/upcloud/latest/components/post-processor/upcloud-import) - The upcloud import post-processors is used to import disk images to UpCloud.
3838

3939
### JSON Templates
4040
From Packer version 1.7.0, template HCL2 becomes officially the preferred way to write Packer configuration. While the `json` format is still supported, but certain new features, such as `packer init` works only in newer HCL2 format.

0 commit comments

Comments
 (0)