Skip to content

Commit 5e9b78c

Browse files
committed
Verify docfx fails on broken link
1 parent ea45fd6 commit 5e9b78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Because we copy resource properties into an intermediate object before serializa
125125
[ASP.NET ModelState validation](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation) can be used to validate incoming request bodies when creating and updating resources. Since v5.0, this is enabled by default.
126126
When `ValidateModelState` is set to `false`, no model validation is performed.
127127

128-
How nullability affects ModelState validation is described [here](~/usage/resources/nullability.md).
128+
How nullability affects ModelState validation is described [here](~/usage/resources/nullability2.md).
129129

130130
```c#
131131
options.ValidateModelState = true;

0 commit comments

Comments
 (0)