diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index 9af02753c7..6d282f647b 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -1776,8 +1776,8 @@ }, "settings": { "$ref": "#/definitions/InlineDocument", - "description": "contains any [bottlerocket settings](https://github.com/bottlerocket-os/bottlerocket/#description-of-settings)", - "x-intellij-html-description": "contains any bottlerocket settings" + "description": "contains any [bottlerocket settings](https://bottlerocket.dev/en/os/latest/#/api/settings/)", + "x-intellij-html-description": "contains any bottlerocket settings" } }, "preferredOrder": [ diff --git a/pkg/apis/eksctl.io/v1alpha5/types.go b/pkg/apis/eksctl.io/v1alpha5/types.go index c80e1bb576..33a2d85d47 100644 --- a/pkg/apis/eksctl.io/v1alpha5/types.go +++ b/pkg/apis/eksctl.io/v1alpha5/types.go @@ -1444,7 +1444,7 @@ type ( // +optional EnableAdminContainer *bool `json:"enableAdminContainer,omitempty"` // Settings contains any [bottlerocket - // settings](https://github.com/bottlerocket-os/bottlerocket/#description-of-settings) + // settings](https://bottlerocket.dev/en/os/latest/#/api/settings/) // +optional Settings *InlineDocument `json:"settings,omitempty"` }