From d525d940e5ec0d2dc7dc98d0eaf64ce8aee76147 Mon Sep 17 00:00:00 2001 From: TigerXu Date: Sun, 13 Aug 2017 00:31:43 +0800 Subject: [PATCH] Update webhook.md (#4790) * Update webhook.md update link to webhook.go source file * Update webhook.md --- docs/admin/authorization/webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/authorization/webhook.md b/docs/admin/authorization/webhook.md index 276c9e2e18..b88fef6357 100644 --- a/docs/admin/authorization/webhook.md +++ b/docs/admin/authorization/webhook.md @@ -141,7 +141,7 @@ 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 -[webhook.go](https://git.k8s.io/kubernetes/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go). +[webhook.go](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook.go). {% endcapture %}