From ede427b2b2640e18fdf7ac7bed817ce68d791e8c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 27 Feb 2024 08:06:25 +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 3acc8a8..3b91054 100644 --- a/Request-Matchers.md +++ b/Request-Matchers.md @@ -19,7 +19,7 @@ At this moment these matchers are supported: * ContentTypeMatcher(🚧) * [NotNullOrEmptyMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#notnulloremptymatcher) * [CustomMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#custommatcher) -* [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers#protobuf) +* [ProtoBufSupport](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-ProtoBuf) ## Exact matcher (ExactMatcher) Can be used to exactly match a string or object.