From a575cb56a4f66abd5c3c4f3294d60d0f517e110a Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 19 Dec 2022 10:23:24 +0200 Subject: [PATCH] blog: fix KEP URL in 2022-12-19-devicemanager-ga.md Signed-off-by: Mikko Ylinen --- content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md b/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md index 8b3893db2f..d3b7102efb 100644 --- a/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md +++ b/content/en/blog/_posts/2022-12-19-devicemanager-ga.md/index.md @@ -90,4 +90,4 @@ to service multiple plugin APIs at once. A per-API call with request/response ty would allow adding support for newer API versions without explicitly bumping the API. In addition to that, there are existing proposals in the community to introduce additional -endpoints [KEP-3162: Add Deallocate and PostStopContainer to Device Manager API](https://github.com/kubernetes/kubernetes/pull/109016). +endpoints [KEP-3162: Add Deallocate and PostStopContainer to Device Manager API](https://github.com/kubernetes/enhancements/issues/3162).