diff --git a/README.md b/README.md index 833d3377..d59de049 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ npm run start **Software**: * Tools listed at: https://docs.pactflow.io/docs/workshops/ci-cd/set-up-ci/prerequisites/ -* A pactflow.io account with an valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) +* A pactflow.io account with an valid [API token](https://docs.pactflow.io/#configuring-your-api-token) #### Environment variables To be able to run some of the commands locally, you will need to export the following environment variables into your shell: -* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) for PactFlow +* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/#configuring-your-api-token) for PactFlow * `PACT_BROKER_BASE_URL`: a fully qualified domain name with protocol to your pact broker e.g. https://testdemo.pactflow.io ### Usage @@ -62,4 +62,4 @@ To be able to run some of the commands locally, you will need to export the foll #### Pact use case * `make test` - run the pact test locally -* `make fake_ci` - run the CI process locally \ No newline at end of file +* `make fake_ci` - run the CI process locally