From fced80ba02b6bdc566625adbf114105514e6e9ce Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 6 Sep 2024 13:02:56 +0100 Subject: [PATCH] docs: update obsolete links [ci skip] --- docs/matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/matching.md b/docs/matching.md index 285bbc196..eb70f9e41 100644 --- a/docs/matching.md +++ b/docs/matching.md @@ -73,7 +73,7 @@ provider.addInteraction({ Note that you can wrap a `like` around a single value or an object. When wrapped around an object, all values and child object values will be matched according to types, unless overridden by something more specific like a `term`. -[flexible-matching]: https://github.com/realestate-com-au/pact/wiki/Regular-expressions-and-type-matching-with-Pact +[flexible-matching]: https://docs.pact.io/getting_started/matching#flexible-matching ### Match based on arrays