From 3d17ddb71bd986106681163dda2428bb26c65d6c Mon Sep 17 00:00:00 2001 From: Anurag Ojha <160232626+intojhanurag@users.noreply.github.com> Date: Fri, 5 Dec 2025 07:31:11 +0530 Subject: [PATCH] doc: remove outdated archive links from table (#46062) This PR removes several archived project links from the CONTRIBUTING.md table. These links point to inactive repositories and no longer provide value to contributors. The update improves clarity and keeps the documentation current. Signed-off-by: intojhanurag --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c6909946c..831cb9ef36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,10 +27,10 @@ As for everything else in the project, the contributions to Milvus are governed | Suitable for | Projects | Resources | | ---------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | -| Go developers | [milvus](https://github.com/milvus-io/milvus), [milvus-sdk-go](https://github.com/milvus-io/milvus-sdk-go) | | -| CPP developers | [milvus](https://github.com/milvus-io/milvus), [knowhere](https://github.com/milvus-io/knowhere) | | +| Go developers | [milvus](https://github.com/milvus-io/milvus) | | +| CPP developers | [milvus](https://github.com/milvus-io/milvus) | | | Developers interested in other languages | [pymilvus](https://github.com/milvus-io/pymilvus), [milvus-sdk-node](https://github.com/milvus-io/milvus-sdk-node), [milvus-sdk-java](https://github.com/milvus-io/milvus-sdk-java) | [Contributing to PyMilvus](https://github.com/milvus-io/pymilvus/blob/master/CONTRIBUTING.md) | -| Kubernetes enthusiasts | [milvus-helm](https://github.com/milvus-io/milvus-helm) | | +| | | Tech writers and docs enthusiasts | [milvus-docs](https://github.com/milvus-io/milvus-docs) | [Contributing to milvus docs](https://github.com/milvus-io/milvus-docs/blob/v2.0.0/CONTRIBUTING.md) | | Web developers | [milvus-insight](https://github.com/zilliztech/milvus-insight) | |