mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix bad links in doc (#18049)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/17588/head
parent
e979e73508
commit
7ac21fac91
|
@ -519,4 +519,4 @@ print(f"\nList connections:")
|
||||||
print(connections.list_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).
|
Loading…
Reference in New Issue