Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Fix bug about link in docs #220

Merged
merged 1 commit into from
Jun 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a basic introduction to Milvus by PyMilvus-ORM.

For a runnable python script,
checkout `example.py <https://github.com/milvus-io/pymilvus-orm/blob/main/examples/example.py>`_ on PyMilvus-ORM Github,
or `hello milvus <https://milvus.io/docs/v2.0.0rc1/hellomilvus.md>`_ on Milvus official website. It's a good recommended
or `hello milvus <https://milvus.io/docs/v2.0.0/hellomilvus.md>`_ on Milvus official website. It's a good recommended
start to get started with Milvus and PyMilvus-ORM as well.


Expand Down Expand Up @@ -40,7 +40,7 @@ By default Milvus runs on localhost in port 19530, so you can use default value
>>> connections.connect("default", host=host, port=port)

After connecting, we can communicate with Milvus in the following ways. If you are confused about the
terminology, see `Milvus Terminology <https://milvus.io/docs/v2.0.0rc1/glossary.md>`_ for explanations.
terminology, see `Milvus Terminology <https://milvus.io/docs/v2.0.0/glossary.md>`_ for explanations.


Collection
Expand Down