From e2a67cd144a97f41d72808ebfd1ed5df481cdc83 Mon Sep 17 00:00:00 2001 From: kevinbazira Date: Mon, 2 Jun 2025 12:58:01 +0300 Subject: [PATCH] Fix dead links to OIP adoptions in Seldon Core and OpenVINO The existing links to OIP adoptions in Seldon Core and OpenVINO (REST and gRPC APIs) were outdated. This change updates them to their current, working locations. Signed-off-by: kevinbazira --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cf1a3a..5fb0cb4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ supported serving runtimes. - KServe [v2 inference protocol](https://kserve.github.io/website/master/modelserving/data_plane/v2_protocol/) - NVIDIA [Triton inference server protocol](https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/customization_guide/inference_protocols.html) - Seldon [MLServer](https://mlserver.readthedocs.io/en/stable/user-guide/content-type.html) -- Seldon Core [v2 inference protocol](https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/#api-for-inference) -- OpenVino [RESTful API](https://docs.openvino.ai/latest/ovms_docs_rest_api_kfs.html) and [gRPC API](https://docs.openvino.ai/latest/ovms_docs_grpc_api_kfs.html) +- Seldon Core [v2 inference protocol](https://docs.seldon.io/projects/seldon-core/en/latest/contents/apis/inference/v2.html) +- OpenVino [RESTful API](https://docs.openvino.ai/2025/model-server/ovms_docs_rest_api_kfs.html) and [gRPC API](https://docs.openvino.ai/2025/model-server/ovms_docs_grpc_api_kfs.html) - AMD [Inference Server](https://xilinx.github.io/inference-server/main/kserve.html) - TorchServe [Inference API](https://github.com/pytorch/serve/tree/master/kubernetes/kserve)