From 863282545b1511cc9df4aea695528b05026a3f9b Mon Sep 17 00:00:00 2001 From: Michael Scheiwiller Date: Mon, 8 Jul 2024 16:07:13 +0200 Subject: [PATCH] docs: update port for local doc preview in `docs/README.md` --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a1b4d00d22..7fe97bd3ae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,7 +62,7 @@ To preview the docs, run the following command: doc-builder preview huggingface_hub docs/source/en/ ``` -The docs will be viewable at [http://localhost:3000](http://localhost:3000). You can also preview the docs once you +The docs will be viewable at [http://localhost:5173](http://localhost:5173). You can also preview the docs once you have opened a PR. You will see a bot add a comment to a link where the documentation with your changes lives. ---