From 7e8f9a6d628c095c5e457298be360ae3440a4c70 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 18 Dec 2024 11:05:15 -0500 Subject: [PATCH] fix(docs): Correct links in Product Enablement documentation. (#907) --- docs/resources/service_compute.md | 4 ++-- docs/resources/service_vcl.md | 4 ++-- templates/resources/service_compute.md.tmpl | 4 ++-- templates/resources/service_vcl.md.tmpl | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/resources/service_compute.md b/docs/resources/service_compute.md index 0b6317f3a..513ea1b39 100644 --- a/docs/resources/service_compute.md +++ b/docs/resources/service_compute.md @@ -48,11 +48,11 @@ The `package` block supports uploading or modifying Wasm packages for use in a F ## Product Enablement -The [Product Enablement](https://developer.fastly.com/reference/api/products/enablement/) APIs allow customers to enable and disable specific products. +The [Product Enablement](https://developer.fastly.com/reference/api/products/) APIs allow customers to enable and disable specific products. Not all customers are entitled to use these endpoints and so care needs to be given when configuring a `product_enablement` block in your Terraform configuration. -Consult the [Product Enablement Guide](/docs/guides/product_enablement) to understand the internal workings for the `product_enablement` block. +Consult the [Product Enablement Guide](../guides/product_enablement) to understand the internal workings for the `product_enablement` block. ## Import diff --git a/docs/resources/service_vcl.md b/docs/resources/service_vcl.md index 93477c015..53c188874 100644 --- a/docs/resources/service_vcl.md +++ b/docs/resources/service_vcl.md @@ -213,11 +213,11 @@ Fastly documentation on [Amazon S3][fastly-s3]. ## Product Enablement -The [Product Enablement](https://developer.fastly.com/reference/api/products/enablement/) APIs allow customers to enable and disable specific products. +The [Product Enablement](https://developer.fastly.com/reference/api/products) APIs allow customers to enable and disable specific products. Not all customers are entitled to use these endpoints and so care needs to be given when configuring a `product_enablement` block in your Terraform configuration. -Consult the [Product Enablement Guide](/docs/guides/product_enablement) to understand the internal workings for the `product_enablement` block. +Consult the [Product Enablement Guide](../guides/product_enablement) to understand the internal workings for the `product_enablement` block. ## Import diff --git a/templates/resources/service_compute.md.tmpl b/templates/resources/service_compute.md.tmpl index edb5ca78e..6c51caa10 100644 --- a/templates/resources/service_compute.md.tmpl +++ b/templates/resources/service_compute.md.tmpl @@ -28,11 +28,11 @@ The `package` block supports uploading or modifying Wasm packages for use in a F ## Product Enablement -The [Product Enablement](https://developer.fastly.com/reference/api/products/enablement/) APIs allow customers to enable and disable specific products. +The [Product Enablement](https://developer.fastly.com/reference/api/products/) APIs allow customers to enable and disable specific products. Not all customers are entitled to use these endpoints and so care needs to be given when configuring a `product_enablement` block in your Terraform configuration. -Consult the [Product Enablement Guide](/docs/guides/product_enablement) to understand the internal workings for the `product_enablement` block. +Consult the [Product Enablement Guide](../guides/product_enablement) to understand the internal workings for the `product_enablement` block. ## Import diff --git a/templates/resources/service_vcl.md.tmpl b/templates/resources/service_vcl.md.tmpl index b61411ac3..00c25c9a6 100644 --- a/templates/resources/service_vcl.md.tmpl +++ b/templates/resources/service_vcl.md.tmpl @@ -51,11 +51,11 @@ Fastly documentation on [Amazon S3][fastly-s3]. ## Product Enablement -The [Product Enablement](https://developer.fastly.com/reference/api/products/enablement/) APIs allow customers to enable and disable specific products. +The [Product Enablement](https://developer.fastly.com/reference/api/products) APIs allow customers to enable and disable specific products. Not all customers are entitled to use these endpoints and so care needs to be given when configuring a `product_enablement` block in your Terraform configuration. -Consult the [Product Enablement Guide](/docs/guides/product_enablement) to understand the internal workings for the `product_enablement` block. +Consult the [Product Enablement Guide](../guides/product_enablement) to understand the internal workings for the `product_enablement` block. ## Import