diff --git a/keps/sig-node/127-user-namespaces/README.md b/keps/sig-node/127-user-namespaces/README.md index db56c30fa9e9..2b3dfe06bc8e 100644 --- a/keps/sig-node/127-user-namespaces/README.md +++ b/keps/sig-node/127-user-namespaces/README.md @@ -420,7 +420,7 @@ GetHostIDsForPod(pod *v1.Pod, containerUID, containerGID *int64) (hostUID, hostG As this is not needed anymore, it will be deleted from the interface and all components that implement the interface. -[kubeletVolumeHost]: https://github.com/kubernetes/kubernetes/blob/cfd69463deeebfc5ae8a0813d7d2b125033c4aca/pkg/volume/plugins.go#L326-L327 +[kubeletVolumeHost-interface]: https://github.com/kubernetes/kubernetes/blob/36450ee422d57d53a3edaf960f86b356578fe996/pkg/volume/plugins.go#L322 ### Unresolved