From 4bfeae55bd03ae3e1e83105d714f6ef47e3495c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=A7?= <57036417+YReddice@users.noreply.github.com> Date: Tue, 7 May 2024 21:51:15 +0800 Subject: [PATCH] Fix path to build_from_source.md (#1186) ### What problem does this PR solve? Fix path to refer to build_from_source.md in document after #1173. ### Type of change - [x] Documentation Update --- README.md | 2 +- docs/references/benchmark.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 333dfa27f3..61ad7dc592 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ sudo systemctl start infinity ``` #### 🛠️ Build from Source -See [Build from Source](docs/build_from_source.md). +See [Build from Source](docs/getstarted/build_from_source.md). ### Install Infinity's Python client diff --git a/docs/references/benchmark.md b/docs/references/benchmark.md index 8ead83d631..37e408fba2 100644 --- a/docs/references/benchmark.md +++ b/docs/references/benchmark.md @@ -109,7 +109,7 @@ Infinity provides a Python script for benchmarking the SIFT1M and GIST1M dataset You have two options for building Infinity. Choose the option that best fits your needs: - [Build Infinity using Docker](https://github.com/infiniflow/infinity/blob/main/README.md) -- [Build from source](../build_from_source.md) +- [Build from source](../getstarted/build_from_source.md) ### Download the Benchmark datasets