From f6062cf343cb168cfc4e29bc7b819a6bada80797 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Thu, 31 Jul 2025 19:04:24 +1000 Subject: [PATCH] docs: fix docs urls for local dev --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index 8113cdd7..7ed6ff96 100644 --- a/website/README.md +++ b/website/README.md @@ -41,8 +41,8 @@ docker compose -f compose.local.yaml up --build Verify: * http://localhost:8000 — should show the landing page -* http://localhost:3000/docs/ — should show the docs generated by Docusaurus -* http://localhost:3000/blog/ — should show the blog generated by Docusaurus +* http://localhost:8000/docs/ — should show the docs generated by Docusaurus +* http://localhost:8000/blog/ — should show the blog generated by Docusaurus ### Deploy to production