From 4d6fdf2f8b761e8331b8a7adc39700f86817af04 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Tue, 8 Aug 2023 16:32:28 -0400 Subject: [PATCH] docs: rename hetzner-cloud to hcloud --- .web-docs/README.md | 2 +- .../components/builder/{hetzner-cloud => hcloud}/README.md | 0 docs/README.md | 2 +- docs/builders/{hetzner-cloud.mdx => hcloud.mdx} | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename .web-docs/components/builder/{hetzner-cloud => hcloud}/README.md (100%) rename docs/builders/{hetzner-cloud.mdx => hcloud.mdx} (100%) diff --git a/.web-docs/README.md b/.web-docs/README.md index de75b190..d3899ba8 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -26,6 +26,6 @@ $ packer plugins install github.com/hashicorp/hcloud #### Builders -- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hetzner-cloud) - The hcloud builder +- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then export it as an image for later reuse. diff --git a/.web-docs/components/builder/hetzner-cloud/README.md b/.web-docs/components/builder/hcloud/README.md similarity index 100% rename from .web-docs/components/builder/hetzner-cloud/README.md rename to .web-docs/components/builder/hcloud/README.md diff --git a/docs/README.md b/docs/README.md index de75b190..d3899ba8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,6 +26,6 @@ $ packer plugins install github.com/hashicorp/hcloud #### Builders -- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hetzner-cloud) - The hcloud builder +- [hcloud](/packer/integrations/hashicorp/hcloud/latest/components/builder/hcloud) - The hcloud builder lets you create custom images on Hetzner Cloud by launching an instance, provisioning it, then export it as an image for later reuse. diff --git a/docs/builders/hetzner-cloud.mdx b/docs/builders/hcloud.mdx similarity index 100% rename from docs/builders/hetzner-cloud.mdx rename to docs/builders/hcloud.mdx