Skip to content

Commit

Permalink
Merge pull request #64 from individual-it/patch-1
Browse files Browse the repository at this point in the history
chore(docs): fix links to provider states docs
  • Loading branch information
bethesque authored Mar 29, 2021
2 parents 62d79c9 + d6b84cf commit f91b9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ binary-like CLI tool.

* Verify Pacts against Pacts published to an http endpoint, such as a [Pact Broker](https://github.com/pact-foundation/pact_broker)
* Verify local `*.json` Pacts on the file system
* Works with Pact [provider states](https://docs.pact.io/documentation/provider_states.html) should you need them
* Works with Pact [provider states](https://docs.pact.io/getting_started/provider_states) should you need them
* Publishes the verification results back to the pact broker if the pact was retrieved from a broker.

## Installation
Expand Down Expand Up @@ -161,7 +161,7 @@ Modification of the request headers is sometimes necessary, but be aware that an

### API with Provider States

Read the [Provider States section on docs.pact.io](https://docs.pact.io/documentation/provider_states.html) for an introduction to provider states.
Read the [Provider States section on docs.pact.io](https://docs.pact.io/getting_started/provider_states) for an introduction to provider states.

To allow the correct data to be set up before each interaction is replayed, you will need to create a dev/test only HTTP endpoint that accepts a JSON document that looks like:

Expand Down

0 comments on commit f91b9ea

Please sign in to comment.