From 62bab3131c289807221740996f08a6b8124018db Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Wed, 29 Nov 2023 17:22:56 +0000 Subject: [PATCH] docs/README.md: Fix broken plugin links on integration portal --- .web-docs/README.md | 11 +++++------ docs/README.md | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.web-docs/README.md b/.web-docs/README.md index 05517fb..59e385c 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -8,7 +8,7 @@ packer { required_plugins { ucloud = { version = "~> 1" - source = "github.com/hashicorp/ucloud" + source = "github.com/ucloud/ucloud" } } } @@ -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. diff --git a/docs/README.md b/docs/README.md index 05517fb..59e385c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ packer { required_plugins { ucloud = { version = "~> 1" - source = "github.com/hashicorp/ucloud" + source = "github.com/ucloud/ucloud" } } } @@ -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.