From c24934d789a66b8a253b77514242d54833edebef Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 29 Sep 2023 10:54:06 +0100 Subject: [PATCH] docs(fix): update link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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