Skip to content

Commit

Permalink
docs: fix links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque authored Aug 29, 2020
1 parent 9c592ff commit 25e47b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions provider/junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ContractVerificationTest {
}
```

For details on the provider and pact source annotations, refer to the [Pact junit runner](https://github.com/DiUS/pact-jvm/tree/master/provider/junit) docs.
For details on the provider and pact source annotations, refer to the [Pact junit runner](../junit/README.md) docs.

## Test target

Expand Down Expand Up @@ -63,7 +63,7 @@ For example, configure it by adding the following to your POM:

## Provider State Methods

Provider State Methods work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](https://github.com/DiUS/pact-jvm/tree/master/provider/junit) docs.
Provider State Methods work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](../junit/README.md) docs.

### Using multiple classes for the state change methods

Expand Down Expand Up @@ -144,4 +144,4 @@ Then any pending pacts will not cause a build failure.

# Work In Progress (WIP) Pact Support (version 4.1.5 and later)

WIP pacts work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](../junit/) docs.
WIP pacts work in the same way as with JUnit 4 tests, refer to the [Pact junit runner](../junit/README.md) docs.

0 comments on commit 25e47b5

Please sign in to comment.