You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ The workshop takes you through all of the key concepts of consumer and provider
41
41
42
42
## Documentation
43
43
44
-
Additional documentation can be found at [docs.pact.io](http://docs.pact.io), in the [Pact Wiki](https://github.com/realestate-com-au/pact/wiki),
45
-
and in the [Pact-JVM wiki](https://github.com/DiUS/pact-jvm/wiki). [Stack Overflow](https://stackoverflow.com/questions/tagged/pact) is also a good source of help, as is the [Slack workspace](https://slack.pact.io).
44
+
Additional documentation can be found at [docs.pact.io](http://docs.pact.io), in the [Pact Wiki](https://github.com/pact-foundation/pact-ruby/wiki),
45
+
and in the [Pact-JVM wiki](https://github.com/pact-foundation/pact-jvm/wiki). [Stack Overflow](https://stackoverflow.com/questions/tagged/pact) is also a good source of help, as is the [Slack workspace](https://slack.pact.io).
46
46
47
47
## Supported JDK and specification versions:
48
48
49
49
| Branch | Specification | JDK | Kotlin Version | Latest Version | Notes |
***1:** V4 specification support is only partially implemented with 4.2.x
@@ -124,7 +124,7 @@ You want to look at: [groovy](consumer/groovy) or [junit](consumer/junit)
124
124
### (Use Clojure I)
125
125
126
126
Clojure can call out to Java, so have a look at [junit](consumer/junit). For an example
127
-
look at [example_clojure_consumer_pact_test.clj](https://github.com/DiUS/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/dius/pact/consumer/junit/example_clojure_consumer_pact_test.clj).
127
+
look at [example_clojure_consumer_pact_test.clj](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/junit/src/test/clojure/au/com/pact-foundation/pact/consumer/junit/example_clojure_consumer_pact_test.clj).
128
128
129
129
### I Use some other jvm language or test framework
130
130
@@ -133,7 +133,7 @@ You want to look at: [Consumer](consumer)
133
133
### My Consumer interacts with a Message Queue
134
134
135
135
As part of the V3 pact specification, we have defined a new pact file for interactions with message queues. For an
136
-
implementation of a Groovy consumer test with a message pact, have a look at [PactMessageBuilderSpec.groovy](https://github.com/DiUS/pact-jvm/blob/master/consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/messaging/PactMessageBuilderSpec.groovy).
136
+
implementation of a Groovy consumer test with a message pact, have a look at [PactMessageBuilderSpec.groovy](https://github.com/pact-foundation/pact-jvm/blob/master/consumer/groovy/src/test/groovy/au/com/dius/pact/consumer/groovy/messaging/PactMessageBuilderSpec.groovy).
137
137
138
138
## Service Providers
139
139
@@ -206,7 +206,7 @@ Which is a project that aims at providing tooling to coordinate pact generation
206
206
207
207
## I want to contribute
208
208
209
-
[Documentation for contributors is here](https://github.com/DiUS/pact-jvm/blob/master/CONTRIBUTING.md).
209
+
[Documentation for contributors is here](https://github.com/pact-foundation/pact-jvm/blob/master/CONTRIBUTING.md).
0 commit comments