Skip to content

Commit

Permalink
Merge pull request #52 from ertrzyiks/fix-links-on-api-docs
Browse files Browse the repository at this point in the history
Fix broken links on pact broker api docs page
  • Loading branch information
TimothyJones committed Nov 17, 2020
2 parents 47e98a5 + 8390162 commit 28c1d8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/pact_broker/advanced_topics/api_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ For an up-to-date list of all the API resources, view the actual code [here](htt

_Key resources:_

* [Publishing pacts](api_docs/publish_pact)
* [Publishing verification results](api_docs/publish_verification_result)
* [Webhooks](api_docs/webhooks)
* [Pacticipants](api_docs/pacticipant)
* [Pact diff](api_docs/pact_diff)
* [Publishing pacts](./api_docs/publish_pact)
* [Publishing verification results](./api_docs/publish_verification_result)
* [Webhooks](./api_docs/webhooks)
* [Pacticipants](./api_docs/pacticipant)
* [Pact diff](./api_docs/pact_diff)

0 comments on commit 28c1d8e

Please sign in to comment.