Skip to content

Commit 0548f5b

Browse files
committed
Correct DataAnnotations link
1 parent 3ff5435 commit 0548f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/ValidationSupportMinAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defined on the:
1010
* Header
1111
* Request body
1212

13-
Validations can be defined using attributes in the `System.ComponentModel.DataAnnotations` [DataAnnotations](xref:System.ComponentModel.DataAnnotations) namespace.
13+
Validations can be defined using attributes in the [`DataAnnotations`](xref:System.ComponentModel.DataAnnotations) namespace.
1414
Developers can customize the behavior of the validation system by:
1515

1616
* Creating custom [`[Validation]`](xref:System.ComponentModel.DataAnnotations.ValidationAttribute) attribute implementations.

0 commit comments

Comments
 (0)