[skip e2e]Fix bad links in doc (#18049)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/17588/head
zhuwenxing 2022-07-05 19:00:21 +08:00 committed by GitHub
parent e979e73508
commit 7ac21fac91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -519,4 +519,4 @@ print(f"\nList connections:")
print(connections.list_connections())
```
If you want to know more details of this case, please refer to [example_tls.py](https://github.com/milvus-io/pymilvus/blob/master/examples/example_tls.py).
If you want to know more details of this case, please refer to [example_tls1.py](https://github.com/milvus-io/pymilvus/blob/master/examples/example_tls1.py) and [example_tls2.py](https://github.com/milvus-io/pymilvus/blob/master/examples/example_tls2.py).