From eec29282b434a88af3aabcb3348ccd69db51e0d7 Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:21:38 +0800 Subject: [PATCH] [skip ci] Update Python example code link Former-commit-id: 369a101beda4041a537b7cdb391f60f1ef237d7a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4faab3c1..31cc2f68 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ Install Milvus Python SDK. $ pip install pymilvus==0.2.3 ``` -Create a new file `example.py`, and add [Python example code](https://github.com/milvus-io/pymilvus/blob/master/examples/advancedexample.py) to it. +Create a new file `example.py`, and add [Python example code](https://github.com/milvus-io/pymilvus/blob/master/examples/advanced_example.py) to it. Run the example code. -- GitLab