From af2da3634deda94f665e8afa5cd26950330c6243 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 29 Nov 2023 14:36:29 +0100 Subject: [PATCH] Updated Request Matchers (markdown) --- Request-Matchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Request-Matchers.md b/Request-Matchers.md index 8d66554..9576d30 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -2,7 +2,7 @@ WireMock.Net supports matching of requests to stubs and verification queries using the following matchers: At this moment these matchers are supported: -* [ExactMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#exact-matcher-exactmatcher) +* [ExactMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#exact-matcher-exactmatcher) * [LinqMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#dynamic-linq-linqmatcher) * [CSharpCodeMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#csharp-code-csharpcodematcher) * [GraphQLMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-GraphQLMatcher)