File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
5555To 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
You can’t perform that action at this time.
0 commit comments