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.