Skip to content

Commit

Permalink
docs: fix links so that they point to the same relative location with…
Browse files Browse the repository at this point in the history
…in the repository as they do in docs.pact.io
  • Loading branch information
bethesque committed Aug 29, 2020
1 parent 25e47b5 commit 4e3bb90
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4962,7 +4962,7 @@ with previous versions with matchers defined on arrays will not be applied.**
# 2.1.8 - fixes plus pact junit rule

**NOTE: This version has a breaking change for users of the gradle plugin with request filters.
See [Modifying The Requests Before They Are Sent](https://github.com/DiUS/pact-jvm/tree/master/pact-jvm-provider-gradle#modifying-the-requests-before-they-are-sent)
See [Modifying The Requests Before They Are Sent](/provider/gradle/README.md#modifying-the-requests-before-they-are-sent)
in the gradle plugin docs for more info.**

* b6b836a - fixed link in readme (Ronald Holshausen, Mon Dec 15 19:31:19 2014 +1100)
Expand Down
2 changes: 1 addition & 1 deletion consumer/groovy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ overwritten, set the Java system property `pact.writer.overwrite` to `true`.

# Publishing your pact files to a pact broker

If you use Gradle, you can use the [pact Gradle plugin](https://github.com/DiUS/pact-jvm/tree/master/provider/gradle#publishing-pact-files-to-a-pact-broker) to publish your pact files.
If you use Gradle, you can use the [pact Gradle plugin](/provider/gradle/README.md#publishing-pact-files-to-a-pact-broker) to publish your pact files.

# Pact Specification V3

Expand Down
4 changes: 2 additions & 2 deletions consumer/junit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ is verified. It is only recorded in the consumer tests and used by the provider

### Building JSON bodies with PactDslJsonBody DSL

**NOTE:** If you are using Java 8, there is [an updated DSL for consumer tests](https://github.com/DiUS/pact-jvm/tree/master/consumer/java8).
**NOTE:** If you are using Java 8, there is [an updated DSL for consumer tests](/consumer/java8/README.md).

The body method of the ConsumerPactBuilder can accept a PactDslJsonBody, which can construct a JSON body as well as
define regex and type matchers.
Expand Down Expand Up @@ -677,7 +677,7 @@ overwritten, set the Java system property `pact.writer.overwrite` to `true`.

# Publishing your pact files to a pact broker

If you use Gradle, you can use the [pact Gradle plugin](https://github.com/DiUS/pact-jvm/tree/master/provider/gradle#publishing-pact-files-to-a-pact-broker) to publish your pact files.
If you use Gradle, you can use the [pact Gradle plugin](/provider/gradle/README.md#publishing-pact-files-to-a-pact-broker) to publish your pact files.

# Pact Specification V3

Expand Down
2 changes: 1 addition & 1 deletion provider/junit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ For example, configure it by adding the following to your POM:

#### Modifying the requests before they are sent

**NOTE: `@TargetRequestFilter` is only for JUnit 4. For JUnit 5 see [JUnit 5 docs](https://github.com/DiUS/pact-jvm/tree/master/provider/junit5#modifying-the-requests-before-they-are-sent).**
**NOTE: `@TargetRequestFilter` is only for JUnit 4. For JUnit 5 see [JUnit 5 docs](/provider/junit5/README.md#modifying-the-requests-before-they-are-sent).**

Sometimes you may need to add things to the requests that can't be persisted in a pact file. Examples of these would
be authentication tokens, which have a small life span. The HttpTarget supports request filters by annotating methods
Expand Down
2 changes: 1 addition & 1 deletion provider/junit5spring/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pact Spring/JUnit5 Support

This module extends the base [Pact JUnit5 module](https://github.com/DiUS/pact-jvm/tree/master/provider/junit5). See that for more details.
This module extends the base [Pact JUnit5 module](/provider/junit5/README.md). See that for more details.

For writing Spring Pact verification tests with JUnit 5, there is an JUnit 5 Invocation Context Provider that you can use with
the `@TestTemplate` annotation. This will generate a test for each interaction found for the pact files for the provider.
Expand Down
2 changes: 1 addition & 1 deletion provider/spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview
Library provides ability to play contract tests against a provider using Spring & JUnit.
This library is based on and references the JUnit package, so see the [Pact JUnit 4](https://github.com/DiUS/pact-jvm/tree/master/provider/junit) or [Pact JUnit 5](https://github.com/DiUS/pact-jvm/tree/master/provider/junit5) providers for more details regarding configuration using JUnit.
This library is based on and references the JUnit package, so see the [Pact JUnit 4](/provider/junit/README.md) or [Pact JUnit 5](/provider/junit5/README.md) providers for more details regarding configuration using JUnit.

Supports:

Expand Down

0 comments on commit 4e3bb90

Please sign in to comment.