From e7801faf2af4f437bee8fdc3b9070e4e4bae44db Mon Sep 17 00:00:00 2001 From: Matthew Irish Date: Tue, 10 Apr 2018 11:11:38 -0500 Subject: [PATCH] fix broken link (#4329) --- website/source/docs/secrets/gcp/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/secrets/gcp/index.html.md b/website/source/docs/secrets/gcp/index.html.md index f4d719646d92..01983d5386f4 100644 --- a/website/source/docs/secrets/gcp/index.html.md +++ b/website/source/docs/secrets/gcp/index.html.md @@ -77,7 +77,7 @@ Once the secrets engine has been set up, you can generate two types of secrets i [IAM service account keys](https://cloud.google.com/iam/docs/service-accounts#service_account_keys). -Each secret is associated with a [Vault lease](docs/concepts/lease.html) that +Each secret is associated with a [Vault lease](/docs/concepts/lease.html) that can be revoked and possibly renewed (see lease docs for how to do so). On revoking a lease, the secret is no longer guaranteed to work. @@ -587,4 +587,4 @@ you run into. It could be that the API is a non-standard form or we need to re-g ## API The GCP secrets engine has a full HTTP API. Please see the [GCP secrets engine API docs](/api/secret/gcp/index.html) -for more details. \ No newline at end of file +for more details.