Skip to content

Commit

Permalink
chore: fix relative links to docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 14, 2021
1 parent 0b2272c commit 700e9ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ Contract testing with Pact lets you:
This readme offers an basic introduction to the library. The full documentation for Pact Go and the rest of the framework is available at https://docs.pact.io/.

- [Installation](#installation)
- [Consumer Testing](./docs/consumer)
- [Provider Testing](./docs/provider)
- [Event Driven Systems](./docs/messages)
- [Migration guide](./MIGRATION)
- [Troubleshooting](./docs/troubleshooting)
- [Consumer Testing](./docs/consumer.md)
- [Provider Testing](./docs/provider.md)
- [Event Driven Systems](./docs/messages.md)
- [Migration guide](./MIGRATION.md)
- [Troubleshooting](./docs/troubleshooting.md)

### Why Pact?

Expand Down

0 comments on commit 700e9ce

Please sign in to comment.