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)