docs: fix a broken link (#1478)

The link to the configuration docs was broken. Fixed it.
This commit is contained in:
Sankarsan Kampa 2018-02-04 06:31:29 +00:00 committed by Rhys Arkins
parent 021242a7bf
commit ca8fc7f921

View file

@ -26,7 +26,7 @@ You can find instructions for VSTS
[vsts](https://www.visualstudio.com/en-us/docs/integrate/get-started/authentication/pats). [vsts](https://www.visualstudio.com/en-us/docs/integrate/get-started/authentication/pats).
This token needs to be configured via file, environment variable, or CLI. See This token needs to be configured via file, environment variable, or CLI. See
[docs/configuration.md](docs/configuration.md) for details. The simplest way is [docs/configuration.md](configuration.md) for details. The simplest way is
to expose it as `GITHUB_TOKEN` or `GITLAB_TOKEN` or `VSTS_TOKEN`. to expose it as `GITHUB_TOKEN` or `GITLAB_TOKEN` or `VSTS_TOKEN`.
## Usage ## Usage