From 379626bc109df211e39f268e780f400bd79d1da7 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 6 May 2019 11:55:37 +0200 Subject: [PATCH] Fix broken link in service-accounts-admin.md (#14178) * Fix broken link in service-accounts-admin.md https://github.com/kubernetes/website/commit/a213182b10a3d02d8dc8d0db7b617a2b408dc53f added a linke to [projected volume] that maybe got renamed. * Update service-accounts-admin.md --- .../docs/reference/access-authn-authz/service-accounts-admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/service-accounts-admin.md b/content/en/docs/reference/access-authn-authz/service-accounts-admin.md index c8f41806c9..329b8a1b4a 100644 --- a/content/en/docs/reference/access-authn-authz/service-accounts-admin.md +++ b/content/en/docs/reference/access-authn-authz/service-accounts-admin.md @@ -61,7 +61,7 @@ It acts synchronously to modify pods as they are created or updated. When this p Starting from v1.13, you can migrate a service account volume to a projected volume when the `BoundServiceAccountTokenVolume` feature gate is enabled. -The service account token will expire after 1 hour or the pod is deleted. See more details about [projected volume](docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection). +The service account token will expire after 1 hour or the pod is deleted. See more details about [projected volume](/docs/tasks/configure-pod-container/configure-projected-volume-storage/). ### Token Controller