From aa3608f2c6846ae4db4fcc13038be95c4a63dffc Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 1 Jul 2020 21:43:34 +1000 Subject: [PATCH] docs: update url to wildcard keys spec --- consumer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumer/README.md b/consumer/README.md index 4144c0157f..0ec2b80b8b 100644 --- a/consumer/README.md +++ b/consumer/README.md @@ -312,7 +312,7 @@ DslPart body = new PactDslJsonBody() ``` -For an example, have a look at [WildcardKeysTest](../junit/src/test/java/au/com/dius/pact/consumer/junit/WildcardKeysTest.java). +For an example, have a look at [WildcardKeysTest](/consumer/junit/src/test/java/au/com/dius/pact/consumer/junit/WildcardKeysTest.java). **NOTE:** The `eachKeyLike` method adds a `*` to the matching path, so the matching definition will be applied to all keys of the map if there is not a more specific matcher defined for a particular key. Having more than one `eachKeyLike` condition