Merge pull request #6675 from hashicorp/docs-fix-bad-vault-url

there was a bad (localhost) URL in the vault docs (cherry pick of #6674)
This commit is contained in:
Chris Baker 2019-11-11 13:28:20 -06:00 committed by GitHub
commit 02aecbc7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.