From 8dd901ee98fb2434755cc895818f362e077967be Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Mon, 5 Jun 2017 11:42:13 +0800 Subject: [PATCH] [authorization] fix invalid href for webhook --- docs/admin/authorization/webhook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/authorization/webhook.md b/docs/admin/authorization/webhook.md index 56d60e644d..b89182fb6f 100644 --- a/docs/admin/authorization/webhook.md +++ b/docs/admin/authorization/webhook.md @@ -141,8 +141,8 @@ Access to other non-resource paths can be disallowed without restricting access to the REST api. For further documentation refer to the authorization.v1beta1 API objects and -plugin/pkg/auth/authorizer/webhook/webhook.go. +[webhook.go](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go). {% endcapture %} -{% include templates/concept.md %} \ No newline at end of file +{% include templates/concept.md %}