From a3f1c17696ddc676f6d3d57d38c1b3bbda1cff24 Mon Sep 17 00:00:00 2001 From: Lutkin Wang Date: Wed, 11 Mar 2020 15:55:27 +0800 Subject: [PATCH] Update README.md Signed-off-by: Lutkin Wang --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7c3e3f5..e877e1e3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Milvus is an open source vector similarity search engine. Built with heterogeneo 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/v0.6.0/releases/v0.6.0.md). +Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/master/releases/release_notes.md). ## Roadmap @@ -64,11 +64,11 @@ See our [test reports](https://github.com/milvus-io/milvus/tree/master/docs) for See the [Milvus install guide](https://www.milvus.io/docs/guides/get_started/install_milvus/install_milvus.md) for using Docker containers. To install Milvus from source code, see [build from source](INSTALL.md). -To edit Milvus settings, read [Milvus configuration](https://www.milvus.io/docs/v0.6.0/reference/milvus_config.md). +To edit Milvus settings, read [Milvus configuration](https://www.milvus.io/docs/reference/milvus_config.md). ### Try your first Milvus program -Try running a 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), or [C++ example code](https://github.com/milvus-io/milvus/tree/master/sdk/examples). +Try running a 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). ## Contribution guidelines -- GitLab