diff --git a/docs/products/compute/compute-instances/guides/placement-groups/index.md b/docs/products/compute/compute-instances/guides/placement-groups/index.md index 68a03ec6903..862df02aa17 100644 --- a/docs/products/compute/compute-instances/guides/placement-groups/index.md +++ b/docs/products/compute/compute-instances/guides/placement-groups/index.md @@ -92,8 +92,8 @@ Make sure you review [Placement groups and compliance](#placement-groups-and-com - **Label**. Give your placement group an easily recognizable name. - **Region**. Select the [core compute region](#availability) that includes the compute instances you want to add. - - **Placement Group Type**. Select the [affinity](#affinity-enforcement-and-compliance) that meets your model. - - **Placement Group Policy**. Pick how you want to [enforce](#affinity-enforcement-and-compliance) compliance for your placement group, when adding compute instances to it in the future. + - **Placement Group Type**. Select the [affinity](#placement-group-type) that meets your model. + - **Placement Group Policy**. Pick how you want to [enforce](#placement-group-policy) compliance for your placement group, when adding compute instances to it in the future. {{< note >}} - Currently, only **Anti-affinity** is available for Placement Group Type. @@ -165,8 +165,8 @@ Run this request to create a new placement group. Store the `id` value that's ge - `label`. Give your placement group an easily recognizable name. - `region`. Set this to the `label` you stored for your region. -- `placement_group_type`. Set this to the [affinity](#affinity-enforcement-and-compliance) that meets your model. -- `placement_group_policy`. Define how to [enforce](#affinity-enforcement-and-compliance) compliance for your placement group, when adding compute instances to it in the future. Set to `strict` for strict enforcement or `flexible` for flexible enforcement. +- `placement_group_type`. Set this to the [affinity](#placement-group-type) that meets your model. +- `placement_group_policy`. Define how to [enforce](#placement-group-policy) compliance for your placement group, when adding compute instances to it in the future. Set to `strict` for strict enforcement or `flexible` for flexible enforcement. {{< note >}} - Currently, only anti-affinity (`anti-affinity:local`) is available for `placement_group_type`.