Skip to content

Commit 81014ba

Browse files
committed
Update link
1 parent 1479cd9 commit 81014ba

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ detail the structure of that `.status` field, and its content for each different
123123
### Server Side Field Validation
124124

125125
Starting with Kubernetes v1.25, the API server offers server side
126-
[field validation](https://github.com/kubernetes/website/blob/main/content/en/docs/reference/using-api/api-concepts.md#field-validation)
126+
[field validation](/docs/reference/using-api/api-concepts/#field-validation)
127127
that detects unrecognized or duplicate fields in an object. It provides all the functionality of `kubectl --validate` on the server side.
128128

129129
The `kubectl` tool uses the `--validate` flag to set the level of field validation. It accepts the values `ignore`, `warn`, and `strict` while also

0 commit comments

Comments
 (0)