From a8e1a21dc899824726e4b2e5fc7e83fdf3462047 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Mon, 11 Nov 2019 19:14:01 +0000 Subject: [PATCH] there was a bad (localhost) URL in the vault docs --- website/source/docs/job-specification/vault.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/vault.html.md b/website/source/docs/job-specification/vault.html.md index a65f37b86..f1c46f887 100644 --- a/website/source/docs/job-specification/vault.html.md +++ b/website/source/docs/job-specification/vault.html.md @@ -48,7 +48,7 @@ job "docs" { The Nomad client will make the Vault token available to the task by writing it to the secret directory at `secrets/vault_token` and by injecting a `VAULT_TOKEN` -environment variable. If the Nomad cluster is [configured](http://localhost:4567/docs/configuration/vault.html#namespace) +environment variable. If the Nomad cluster is [configured](/docs/configuration/vault.html#namespace) to use [Vault Namespaces](https://www.vaultproject.io/docs/enterprise/namespaces/index.html), a `VAULT_NAMESPACE` environment variable will be injected whenever `VAULT_TOKEN` is.