[skip ci] Update Python example code link

Former-commit-id: 369a101beda4041a537b7cdb391f60f1ef237d7a
This commit is contained in:
jielinxu 2019-10-31 14:21:38 +08:00 committed by GitHub
parent 7d07e51072
commit eec29282b4

View File

@ -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.