From 7d07e51072a056ed68e91984df68c396f4fee87c Mon Sep 17 00:00:00 2001 From: jielinxu <52057195+jielinxu@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:19:58 +0800 Subject: [PATCH] [skip ci] Correct a link issue Former-commit-id: da7d00fb1e64047c699bf35d6fa10e6e552a4265 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884ddb01ca..4faab3c111 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/advancedexample.py) to it. Run the example code.