From ce8e641c0b5e856f34fa2d8a8b6865789c84e075 Mon Sep 17 00:00:00 2001 From: congqixia Date: Mon, 15 May 2023 11:29:17 +0800 Subject: [PATCH] Update doc link (#453) Signed-off-by: Congqi Xia --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3102c46d..c1ae1859 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Go SDK for [Milvus](https://github.com/milvus-io/milvus). To contribute code to |Milvus version| Recommended Go SDK version | |:-----:|:-----:| +| 2.2.x | [2.2.2](https://github.com/milvus-io/milvus-sdk-go/tree/v2.2.2) | | 2.1.0 | [2.1.0](https://github.com/milvus-io/milvus-sdk-go/tree/v2.1.0) | | 2.0.0 | [2.0.0](https://github.com/milvus-io/milvus-sdk-go/tree/v2.0.0) | | 1.1.x | [1.1.0](https://github.com/milvus-io/milvus-sdk-go/tree/v1.1.0) | @@ -53,7 +54,7 @@ Go 1.15 or higher ### API Documentation -Refer to [https://godoc.org/github.com/milvus-io/milvus-sdk-go/v2](https://godoc.org/github.com/milvus-io/milvus-sdk-go/v2) for the GO SDK API documentation. +Refer to [https://milvus.io/api-reference/go/v2.2.x/About.md](https://milvus.io/api-reference/go/v2.2.x/About.md) for the Go SDK API documentation. ### Examples