From 45faddf668a248c0c72a87c9813f01baae5bc96f Mon Sep 17 00:00:00 2001 From: JiamingMai Date: Fri, 21 Feb 2025 17:53:20 +0800 Subject: [PATCH] fix the link addresses --- doc/en/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/install.md b/doc/en/install.md index b51c54f..269e8fb 100644 --- a/doc/en/install.md +++ b/doc/en/install.md @@ -81,7 +81,7 @@ Some preparation: git submodule update ``` - - [Optional] If you want to run with website, please [compile the website](./doc/en/api/server/website.md) before execute ```bash install.sh``` + - [Optional] If you want to run with website, please [compile the website](./api/server/website.md) before execute ```bash install.sh``` - For Linux - For simple install: @@ -103,7 +103,7 @@ Some preparation: install.bat ``` -* If you are developer, you can make use of the makefile to compile and format the code.
the detailed usage of makefile is [here](./doc/en/makefile_usage.md) +* If you are developer, you can make use of the makefile to compile and format the code.
the detailed usage of makefile is [here](./makefile_usage.md)

Local Chat

We provide a simple command-line local chat Python script that you can run for testing.