From 5f9bf2bc1a2533341d934c877f1ddbce60a6e2d4 Mon Sep 17 00:00:00 2001 From: XuanYang-cn Date: Fri, 17 Sep 2021 16:43:49 +0800 Subject: [PATCH] [skip-ci]Fix build readme link error (#8145) Signed-off-by: yangxuan --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 9a71e24dd..e5181d8eb 100644 --- a/build/README.md +++ b/build/README.md @@ -110,7 +110,7 @@ milvus_pulsar_1 bin/pulsar standalone --no ... Up docker exec -ti milvus_builder_1 bash ``` -Compile the project and run unit test, see details at the DEVELOPMENT.md +Compile the project and run unit test, see details at the [DEVELOPMENT.md](../DEVELOPMENT.md) ```shell make all -- GitLab