From a009564c7048fd7c0130acc2f61df65b7abaa113 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 20 Dec 2023 19:03:57 +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 f95fe39..c06d67d 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -11,7 +11,7 @@ At this moment these matchers are supported: * [JsonPartialWildcardMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPartialWildcardMatcher) * [JsonPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-JsonPathMatcher) * [JmesPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#jmes-path-jmespathmatcher) -* [MimePartMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers-MimePartMatcher) +* [MimePartMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-MimePartMatcher) * [XPathMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#xpathmatcher) * [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#regular-expression-matching-regexmatcher) * [SimMetricsMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#similarity-metric-matching-simmetricsmatcher)