From ca8fc7f921d8780a2f21311f985c17c7bff38b50 Mon Sep 17 00:00:00 2001 From: Sankarsan Kampa <19631364+k3rn31p4nic@users.noreply.github.com> Date: Sun, 4 Feb 2018 06:31:29 +0000 Subject: [PATCH] docs: fix a broken link (#1478) The link to the configuration docs was broken. Fixed it. --- docs/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 938035a6c6..24df91855b 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -26,7 +26,7 @@ You can find instructions for VSTS [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 -[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`. ## Usage -- GitLab