Skip to content

Commit c8c249f

Browse files
authored
docs: update obsolete links
1 parent 72abb6c commit c8c249f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The mock service provides the following endpoints:
1616

1717
All requests to the "administration" endpoints listed above must contain the header `X-Pact-Mock-Service: true` to allow the mock service to know whether the request is an administration request or a request from the actual consumer code.
1818

19-
As the Pact mock service can be used as a standalone executable and administered via HTTP, it can be used for testing with any language. All that is required is a library in the native language to create the HTTP calls listed above. Check out [docs.pact.io](https://docs.pact.io) for a list of implemented languages. If you are interested in creating bindings in a new language, have a chat to one of us on the [pact-dev Google group][pact-dev].
19+
As the Pact mock service can be used as a standalone executable and administered via HTTP, it can be used for testing with any language. All that is required is a library in the native language to create the HTTP calls listed above. Check out [docs.pact.io](https://docs.pact.io) for a list of implemented languages. If you are interested in creating bindings in a new language, have a chat to one of us on the [pact slack group][slack].
2020

2121
## Installation
2222

@@ -98,7 +98,7 @@ Read the wiki page on [CORS][cors].
9898

9999
The pact-stub-service allows you to reuse interactions that have been generated in previous tests. The typical situation would be to generate your pact file using unit tests, and then use the pact stub service for your higher level integration/ui tests. To help reduce the number of interactions that need verifying, you will want to use flexible matching on both requests and responses.
100100

101-
Unlike the mock service, which has a Ruby DSL for managing its lifecycle, the mock service can currently only be started from the command line, so you will need to start/background/kill the process yourself. If this is causing problems, please raise it in the pact-dev google group and we can discuss potential enhancements.
101+
Unlike the mock service, which has a Ruby DSL for managing its lifecycle, the mock service can currently only be started from the command line, so you will need to start/background/kill the process yourself. If this is causing problems, please raise it in the pact slack group and we can discuss potential enhancements.
102102

103103
```
104104
Usage:
@@ -119,7 +119,7 @@ Description:
119119
Include any basic auth details in the URL using the format https://USERNAME:PASSWORD@URI.
120120
Where multiple matching interactions are found, the interactions will be sorted by
121121
response status, and the first one will be returned. This may lead to some non-deterministic
122-
behaviour. If you are having problems with this, please raise it on the pact-dev google group,
122+
behaviour. If you are having problems with this, please raise it on the pact slack group,
123123
and we can discuss some potential enhancements.
124124
Note that only versions 1 and 2 of the pact specification are currently fully supported.
125125
Pacts using the v3 format may be used, however, any matching features added in v4 will
@@ -132,6 +132,6 @@ See [CONTRIBUTING.md](/CONTRIBUTING.md)
132132

133133
[pact]: https://github.com/pact-foundation/pact-ruby
134134
[executables]: https://github.com/pact-foundation/pact-ruby-standalone/releases
135-
[pact-dev]: https://groups.google.com/forum/#!forum/pact-dev
135+
[slack]: https://slack.pact.io
136136
[wiki]: https://github.com/pact-foundation/pact-mock_service/wiki
137137
[cors]: https://github.com/pact-foundation/pact-mock_service/wiki/Using-the-mock-service-with-CORS

0 commit comments

Comments
 (0)