From 8152ba473463fb8f9d61a00e9d55df69703b89c9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 15 Dec 2022 15:39:00 +0800 Subject: [PATCH] update the path of installation document in README.md Signed-off-by: Ryan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a49b4769..9f564c0b 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Documentation is located on [readthedoc.io](https://sedna.readthedocs.io/). Thes ### Installation -Follow the [Sedna installation document](docs/setup/quick-start.md) to install Sedna. +Follow the [Sedna installation document](docs/setup/install.md) to install Sedna. ### Examples Example1:[Using Joint Inference Service in Helmet Detection Scenario](/examples/joint_inference/helmet_detection_inference/README.md).