From 6ec09ccb054103644edf6e85840e827d159a796a Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Mon, 13 Jul 2020 09:53:34 +0800 Subject: [PATCH] [skip ci] Update README Signed-off-by: JinHai-CN --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 418fcd90..2bf5b40f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ As an open source vector similarity search engine, Milvus is easy-to-use, highly Milvus has the following architecture: ![arch](https://github.com/milvus-io/docs/blob/v0.9.1/assets/milvus_arch.png) -For more detailed introduction of Milvus and its architecture, see [Milvus overview](https://www.milvus.io/docs/about_milvus/overview.md). Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/releases/release_notes.md). +For more detailed introduction of Milvus and its architecture, see [Milvus overview](https://www.milvus.io/docs/overview.md). Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/v0.10.0/release_notes.md). Milvus is an [LF AI Foundation](https://lfai.foundation/) incubation project. Learn more at [lfai.foundation](https://lfai.foundation/). @@ -25,11 +25,11 @@ Milvus is an [LF AI Foundation](https://lfai.foundation/) incubation project. Le ### Install Milvus -See the [Milvus install guide](https://www.milvus.io/docs/guides/get_started/install_milvus/install_milvus.md) to install Milvus using Docker. To install Milvus from source code, see [build from source](INSTALL.md). +See the [Milvus install guide](https://www.milvus.io/docs/v0.10.0/install_milvus.md) to install Milvus using Docker. To install Milvus from source code, see [build from source](INSTALL.md). ### Try example programs -Try an example program with Milvus using [Python](https://www.milvus.io/docs/guides/get_started/example_code.md), [Java](https://github.com/milvus-io/milvus-sdk-java/tree/master/examples), [Go](https://github.com/milvus-io/milvus-sdk-go/tree/master/examples), or [C++ example code](https://github.com/milvus-io/milvus/tree/master/sdk/examples). +Try an example program with Milvus using [Python](https://www.milvus.io/docs/v0.10.0/example_code.md), [Java](https://github.com/milvus-io/milvus-sdk-java/tree/master/examples), [Go](https://github.com/milvus-io/milvus-sdk-go/tree/master/examples), or [C++ example code](https://github.com/milvus-io/milvus/tree/master/sdk/examples). ## Supported clients -- GitLab