From 0a21d77cae660cc3b5730f290803cdac5c2debb4 Mon Sep 17 00:00:00 2001 From: Kante Yin Date: Wed, 19 Feb 2025 15:14:34 +0800 Subject: [PATCH] Fix wrong path for generated html (#709) Signed-off-by: kerthcet --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e3dc82fb..b2e74de9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,4 +13,4 @@ pip install -r requirements-docs.txt make html ``` -Now the html paged should be generated at "website/docs/build/html/index.html". You can open this html page with your web browser as our project front page. +Now the html paged should be generated at "docs/build/html/index.html". You can open this html page with your web browser as our project front page.