From 021abfa27c2a3a96bc71546a84422336c188e214 Mon Sep 17 00:00:00 2001 From: Richard Murillo Date: Sat, 31 May 2025 14:32:46 -0700 Subject: [PATCH] Fix link for Moq1410 --- docs/rules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |