diff --git a/RegexExtended.md b/RegexExtended.md index 82dfea8..c35f1e1 100644 --- a/RegexExtended.md +++ b/RegexExtended.md @@ -1,7 +1,7 @@ # Info The [RegexMatcher](https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching#regular-expression-matching-regexmatcher) can use: -- RegexExtended (default) +- [RegexExtended](https://github.com/WireMock-Net/WireMock.Net/blob/master/src/WireMock.Net/RegularExpressions/RegexExtended.cs) (default) - [Regex](https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex?view=net-6.0) ## RegexExtended