Fix broken link for CRI plugin in docs#7667
Conversation
|
Hi @aman556. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
It's not broken, but the kubelet link is now a redirect, so we could update to the current URL if you want to add that: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ |
|
Hey @estesp, thanks for following up here. |
|
In the line you edited, there's a link to https://kubernetes.io/docs/reference/generated/kubelet/. This is now redirected to https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/. @estesp is suggesting to change this link to https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/ and avoid the redirect. |
|
Thanks @samuelkarp updating that too. |
Signed-off-by: Aman Sharma <[email protected]>
46a1bef to
69af001
Compare
|
I have squashed the commits in case there is no further changes. |
while reading the architecture of CRI plugin in docs noticed that the link is broken
Signed-off-by: Aman Sharma [email protected]