Commit 10ef8425 authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

[skip ci] Correct a link issue

Former-commit-id: b51ed6700d55801d52f95f5340041eabe556b0a0
parent 43002828
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.