From 0cdbf95b45dd48e6bbe8ab474b2ece79e45a6d2a Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Wed, 22 Oct 2025 10:37:35 +0800 Subject: [PATCH] Update sdoc-server URL in setup_seadoc.md --- manual/extension/setup_seadoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/extension/setup_seadoc.md b/manual/extension/setup_seadoc.md index 82c89168..7fc778fe 100644 --- a/manual/extension/setup_seadoc.md +++ b/manual/extension/setup_seadoc.md @@ -216,6 +216,6 @@ But if you use your own proxy, you need to make sure it properly proxy `your-sdo This is because the browser cannot correctly load content from sdoc-server. Make sure * SEADOC_SERVER_URL is correctly set in `.env` -* sdoc-server is accessible through the browser. You can check this by visiting https:///sdoc-server/ in your browser. If you see "Welcome to sdoc-server," then sdoc-server is successfully accessible via the browser. +* sdoc-server is accessible through the browser. You can check this by visiting https://your-sdoc-server-domain/sdoc-server/ in your browser. If you see "Welcome to sdoc-server," then sdoc-server is successfully accessible via the browser. You can open developer console of the browser to further debug the issue.