Skip to content

Commit 42d7742

Browse files
authored
docs: correct readme links (#967)
### What problem does this PR solve? There are some incorrect links in the readme that point to content that doesn't exist. ### Type of change - [x] Documentation Update
1 parent e4c7f30 commit 42d7742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Infinity comes with high performance, flexibility, ease-of-use, and many feature
3232
- Achieves 0.1 milliseconds query latency on million-scale vector datasets.
3333
- Up to 15K QPS on million-scale vector datasets.
3434

35-
> See the [Benchmark report](./docs/benchmark.md) for more information.
35+
> See the [Benchmark report](./docs/references/benchmark.md) for more information.
3636
3737

3838
### 🔮 Fused search
@@ -45,7 +45,7 @@ Supports a wide range of data types including strings, numerics, vectors, and mo
4545

4646
### 🎁 Ease-of-use
4747

48-
- Intuitive Python API. See the [Python API](docs/pysdk_api_reference.md)
48+
- Intuitive Python API. See the [Python API](docs/references/pysdk_api_reference.md)
4949
- A single-binary architecture with no dependencies, making deployment a breeze.
5050

5151
## 🎮 Get Started
@@ -136,7 +136,7 @@ res = table.output(["*"]).knn("vec", [3.0, 2.8, 2.7, 3.1], "float", "ip", 2).to_
136136
print(res)
137137
```
138138

139-
> 💡 For more information about the Python API, see the [Python API Reference](docs/pysdk_api_reference.md).
139+
> 💡 For more information about the Python API, see the [Python API Reference](docs/references/pysdk_api_reference.md).
140140
141141

142142
## 📜 Roadmap

0 commit comments

Comments
 (0)