From 020e8f6e660052739eb1691b21b7d48ef3fc8c05 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Tue, 25 Jun 2024 11:09:14 -0400 Subject: [PATCH] docs: match folder structure in metadata --- .web-docs/README.md | 4 ++-- .web-docs/metadata.hcl | 4 ++-- docs/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.web-docs/README.md b/.web-docs/README.md index c5498c36..43d459e5 100644 --- a/.web-docs/README.md +++ b/.web-docs/README.md @@ -32,8 +32,8 @@ $ packer plugins install github.com/digitalocean/digitalocean #### Data Sources -- [digitalocean-image](/packer/integrations/digitalocean/digitalocean/latest/components/datasource/image) - The DigitalOcean image data source is used look up the ID of an existing DigitalOcean image for use as a builder source. +- [digitalocean-image](/packer/integrations/digitalocean/digitalocean/latest/components/data-source/digitalocean-image) - The DigitalOcean image data source is used look up the ID of an existing DigitalOcean image for use as a builder source. #### Post-processors -- [digitalocean-import](/packer/integrations/digitalocean/digitalocean/latest/components/post-processor/import) -processor](/docs/post-processors/digitalocean-import.mdx) - The digitalocean-import post-processor is used to import images to DigitalOcean +- [digitalocean-import](/packer/integrations/digitalocean/digitalocean/latest/components/post-processor/digitalocean-import) - The digitalocean-import post-processor is used to import images to DigitalOcean diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index db2c658a..e4546f94 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -7,7 +7,7 @@ integration { component { type = "data-source" name = "DigitalOcean Image" - slug = "image" + slug = "digitalocean-image" } component { type = "builder" @@ -17,6 +17,6 @@ integration { component { type = "post-processor" name = "DigitalOcean Import" - slug = "import" + slug = "digitalocean-import" } } diff --git a/docs/README.md b/docs/README.md index c5498c36..43d459e5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -32,8 +32,8 @@ $ packer plugins install github.com/digitalocean/digitalocean #### Data Sources -- [digitalocean-image](/packer/integrations/digitalocean/digitalocean/latest/components/datasource/image) - The DigitalOcean image data source is used look up the ID of an existing DigitalOcean image for use as a builder source. +- [digitalocean-image](/packer/integrations/digitalocean/digitalocean/latest/components/data-source/digitalocean-image) - The DigitalOcean image data source is used look up the ID of an existing DigitalOcean image for use as a builder source. #### Post-processors -- [digitalocean-import](/packer/integrations/digitalocean/digitalocean/latest/components/post-processor/import) -processor](/docs/post-processors/digitalocean-import.mdx) - The digitalocean-import post-processor is used to import images to DigitalOcean +- [digitalocean-import](/packer/integrations/digitalocean/digitalocean/latest/components/post-processor/digitalocean-import) - The digitalocean-import post-processor is used to import images to DigitalOcean