From 7ce79c8972429d7bc94326662998c3c47f52c4fa Mon Sep 17 00:00:00 2001 From: AngryBird <48046333+angrybirddd@users.noreply.github.com> Date: Sat, 7 Mar 2026 05:22:19 +0800 Subject: [PATCH] docs: fix broken dashboard image on i18n pages (#38031) The dashboard screenshot uses a relative path `src="whatsapp-openclaw.jpg"` which resolves correctly on the English root page but produces 404 on zh-CN and ja-JP pages because Mintlify prepends the language subdirectory to the CDN path. Change to absolute path `/whatsapp-openclaw.jpg` in all three index files, consistent with other images on the same page that already use absolute paths (e.g. `/assets/openclaw-logo-text-dark.png`). --- docs/index.md | 2 +- docs/ja-JP/index.md | 2 +- docs/zh-CN/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 606ff4828..2821cb1c8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -124,7 +124,7 @@ Open the browser Control UI after the Gateway starts. - Remote access: [Web surfaces](/web) and [Tailscale](/gateway/tailscale)
-
+
-
+
-
+