Skip to content

Commit

Permalink
Fix broken links to 'IAM Service Accounts' in docs (#4912)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkmassive authored Mar 8, 2022
1 parent 61d2542 commit 77f31d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/eksctl.io/v1alpha5/assets/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"$ref": "#/definitions/ClusterIAMServiceAccount"
},
"type": "array",
"description": "service accounts to create in the cluster. See [IAM Service Accounts](/iamserviceaccounts/#usage-with-config-files)",
"description": "service accounts to create in the cluster. See [IAM Service Accounts](/usage/iamserviceaccounts/#usage-with-config-files)",
"x-intellij-html-description": "service accounts to create in the cluster. See <a href=\"/iamserviceaccounts/#usage-with-config-files\">IAM Service Accounts</a>"
},
"serviceRoleARN": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/eksctl.io/v1alpha5/iam.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type ClusterIAM struct {
WithOIDC *bool `json:"withOIDC,omitempty"`

// service accounts to create in the cluster.
// See [IAM Service Accounts](/iamserviceaccounts/#usage-with-config-files)
// See [IAM Service Accounts](/usage/iamserviceaccounts/#usage-with-config-files)
// +optional
ServiceAccounts []*ClusterIAMServiceAccount `json:"serviceAccounts,omitempty"`

Expand Down

0 comments on commit 77f31d6

Please sign in to comment.