Skip to content

Commit c24934d

Browse files
authored
docs(fix): update link
1 parent 266a69c commit c24934d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ npm run start
4747
**Software**:
4848

4949
* Tools listed at: https://docs.pactflow.io/docs/workshops/ci-cd/set-up-ci/prerequisites/
50-
* A pactflow.io account with an valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token)
50+
* A pactflow.io account with an valid [API token](https://docs.pactflow.io/#configuring-your-api-token)
5151

5252

5353
#### Environment variables
5454

5555
To be able to run some of the commands locally, you will need to export the following environment variables into your shell:
5656

57-
* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) for PactFlow
57+
* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/#configuring-your-api-token) for PactFlow
5858
* `PACT_BROKER_BASE_URL`: a fully qualified domain name with protocol to your pact broker e.g. https://testdemo.pactflow.io
5959

6060
### Usage
6161

6262
#### Pact use case
6363

6464
* `make test` - run the pact test locally
65-
* `make fake_ci` - run the CI process locally
65+
* `make fake_ci` - run the CI process locally

0 commit comments

Comments
 (0)