Skip to content

Commit

Permalink
docs/README.md: Fix broken plugin links on integration portal
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Nov 29, 2023
1 parent d522d42 commit 62bab31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .web-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
required_plugins {
ucloud = {
version = "~> 1"
source = "github.com/hashicorp/ucloud"
source = "github.com/ucloud/ucloud"
}
}
}
Expand All @@ -17,17 +17,16 @@ packer {
Alternatively, you can use `packer plugins install` to manage installation of this plugin.

```sh
packer plugins install github.com/hashicorp/ucloud
packer plugins install github.com/ucloud/ucloud
```
### Components

#### Builders

- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
- [ucloud-uhost](/packer/integrations/ucloud/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
customized images based on an existing base image for use in UHost Instance.

#### Post-processors

- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
artifact from various builders and imports it to UCloud customized image list
for UHost Instance.
- [ucloud-import](/packer/integrations/ucloud/ucloud/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
artifact from various builders and imports it to UCloud customized image list for UHost Instance.
11 changes: 5 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
required_plugins {
ucloud = {
version = "~> 1"
source = "github.com/hashicorp/ucloud"
source = "github.com/ucloud/ucloud"
}
}
}
Expand All @@ -17,17 +17,16 @@ packer {
Alternatively, you can use `packer plugins install` to manage installation of this plugin.

```sh
packer plugins install github.com/hashicorp/ucloud
packer plugins install github.com/ucloud/ucloud
```
### Components

#### Builders

- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
- [ucloud-uhost](/packer/integrations/ucloud/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
customized images based on an existing base image for use in UHost Instance.

#### Post-processors

- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
artifact from various builders and imports it to UCloud customized image list
for UHost Instance.
- [ucloud-import](/packer/integrations/ucloud/ucloud/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
artifact from various builders and imports it to UCloud customized image list for UHost Instance.

0 comments on commit 62bab31

Please sign in to comment.