Skip to content

Commit

Permalink
chore(docs): use raw link for message images
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 6, 2023
1 parent 3d82256 commit dda5c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Pact is a consumer-driven contract testing tool, which is a fancy way of saying

The process looks like this on the consumer side:

![diagram](https://github.com/pact-foundation/pact-js/blob/master/docs/diagrams/message-consumer.png)
![diagram](https://raw.githubusercontent.com/pact-foundation/pact-js/master/docs/diagrams/message-consumer.png)

The process looks like this on the provider (producer) side:

![diagram](https://github.com/pact-foundation/pact-js/blob/master/docs/diagrams/message-provider.png)
![diagram](https://raw.githubusercontent.com/pact-foundation/pact-js/master/docs/diagrams/message-provider.png)

1. The consumer writes a unit test of its behaviour using a Mock provided by Pact.
1. Pact writes the interactions into a contract file (as a JSON document).
Expand Down

0 comments on commit dda5c94

Please sign in to comment.