Skip to content

Commit 2d2ab0a

Browse files
kevinrvazYOU54F
authored andcommitted
docs: update docs for docusaurus upgrade
1 parent 6d77e25 commit 2d2ab0a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RSpec.describe "SomePactConsumerTestForAnyTransport", :pact do
105105
Common DSL Methods:
106106

107107
- `new_interaction` - initializes a new interaction
108-
- `given` - allows specifying a provider state with or without parameters, for more details see <https://docs.pact.io/getting_started/provider_states>
108+
- `given` - allows specifying a provider state with or without parameters, for more details see [provider_states](https://docs.pact.io/getting_started/provider_states)
109109
- `upon_receiving` - allows specifying the name of the interaction
110110

111111
Multiple interactions can be declared within a single rspec example, in order to call the mock server
@@ -528,20 +528,20 @@ bundle exec rake pact:spec
528528
The following projects were designed for pact-ruby-v1 and have been migrated to pact-ruby. They can serve as an example of the work required.
529529

530530
- pact broker client
531-
- v2 <https://github.com/pact-foundation/pact_broker-client/pull/198>
531+
- v2 [pact_broker-client#198](https://github.com/pact-foundation/pact_broker-client/pull/198)
532532
- pact broker
533-
- v2 <https://github.com/pact-foundation/pact_broker/pull/843>
533+
- v2 [pact_broker#843](https://github.com/pact-foundation/pact_broker/pull/843)
534534
- animal service
535535
- v1 [example/animal-service](../example/animal-service/)
536536
- v2 [example/animal-service-v2](../example/animal-service-v2/)
537537
- zoo app
538538
- v1 [example/zoo-app](../example/zoo-app/)
539539
- v2 [example/zoo-app-v2](../example/zoo-app-v2/)
540540
- message consumer/provider
541-
- v1 <https://github.com/AndrewJanuary/pact-ruby-demo>
542-
- v2 <https://github.com/safdotdev/pact-ruby-demo>
541+
- v1 [pact-ruby-demo-v1](https://github.com/AndrewJanuary/pact-ruby-demo)
542+
- v2 [pact-ruby-demo-v2](https://github.com/safdotdev/pact-ruby-demo)
543543
- e2e http consumer/provider
544-
- <https://github.com/pact-foundation/pact-ruby-e2e-example>
544+
- [pact-ruby-e2e-example](https://github.com/pact-foundation/pact-ruby-e2e-example)
545545
- Plus http, message, grpc & mixed consumer & provider examples
546546

547547
### Demos

0 commit comments

Comments
 (0)