Skip to content

Commit f268ed2

Browse files
jcsalteregoclaude
andcommitted
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011Q1s8jTcwGrAH1xarf7TW8
1 parent f8c9d77 commit f268ed2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/argus-hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The app stores the key securely and shows a masked value after you save it.
2525

2626
<div class="screenshot">
2727

28-
![Argus Hub settings with an Argus Hub URL and masked Argus Hub key.](../images/screenshots/argus-hub-settings@1920x1080@2.webp)
28+
![Argus Hub settings with an Argus Hub URL and masked Argus Hub key.](./images/screenshots/argus-hub-settings@1920x1080@2.webp)
2929

3030
</div>
3131

@@ -75,7 +75,7 @@ each covered in depth under **Using Argus Hub** in the nav:
7575

7676
<div class="screenshot">
7777

78-
![The Argus Hub Activity view: headline totals, the daily activity chart and cost by model.](../images/screenshots/argus-hub-activity@1920x1080@2.webp)
78+
![The Argus Hub Activity view: headline totals, the daily activity chart and cost by model.](./images/screenshots/argus-hub-activity@1920x1080@2.webp)
7979

8080
</div>
8181

0 commit comments

Comments
 (0)