From 70b73c64df13c48b29f313a05b85c11b80d1f2d0 Mon Sep 17 00:00:00 2001 From: Sam Schenkman-Moore Date: Mon, 23 Mar 2026 10:36:49 -0400 Subject: [PATCH] Fix broken image link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc92d3a0..100a2d71 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## Architecture -![Pact tests architecture](./pact-arch.png) +![Pact tests architecture](./documentation/pact-arch.png) - DSL - implementation of RSpec-DSL for convenient writing of Pact tests - Matchers - implementation of Pact matchers, which are convenient helpers used in consumer-DSL, encapsulating all the logic for serialization into Pact format