From f268ed2db41d052d2d9feb0588d2e8bfbd2ffa73 Mon Sep 17 00:00:00 2001 From: Jerry Chen Date: Tue, 28 Jul 2026 16:03:07 -0500 Subject: [PATCH] docs: fix broken image paths in Argus Hub overview argus-hub.md sits at the docs root, but two screenshot links used the ../images relative path meant for the nested docs/argus-hub/*.md pages, breaking `bun run docs:build`. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_011Q1s8jTcwGrAH1xarf7TW8 --- docs/argus-hub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/argus-hub.md b/docs/argus-hub.md index 7b33d3fa..60e0e655 100644 --- a/docs/argus-hub.md +++ b/docs/argus-hub.md @@ -25,7 +25,7 @@ The app stores the key securely and shows a masked value after you save it.
-![Argus Hub settings with an Argus Hub URL and masked Argus Hub key.](../images/screenshots/argus-hub-settings@1920x1080@2.webp) +![Argus Hub settings with an Argus Hub URL and masked Argus Hub key.](./images/screenshots/argus-hub-settings@1920x1080@2.webp)
@@ -75,7 +75,7 @@ each covered in depth under **Using Argus Hub** in the nav:
-![The Argus Hub Activity view: headline totals, the daily activity chart and cost by model.](../images/screenshots/argus-hub-activity@1920x1080@2.webp) +![The Argus Hub Activity view: headline totals, the daily activity chart and cost by model.](./images/screenshots/argus-hub-activity@1920x1080@2.webp)