diff --git a/docs/rules/README.md b/docs/rules/README.md index e41c062b0..04430914a 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -11,4 +11,4 @@ | [Moq1201](./Moq1201.md) | Setup of async methods should use `.ReturnsAsync` instance instead of `.Result` | | [Moq1300](./Moq1300.md) | `Mock.As()` should take interfaces only | | [Moq1400](./Moq1400.md) | Explicitly choose a mocking behavior instead of relying on the default (Loose) behavior | -| [Moq1400](./Moq1410.md) | Explicitly set the Strict mocking behavior | +| [Moq1410](./Moq1410.md) | Explicitly set the Strict mocking behavior |