mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
fix(docs): fix broken image and video in TUI docs (#43501)
* fix(docs): fix video tag self-closing in tui.md * fix(docs): fix image and video paths, fix self-closing video tag
This commit is contained in:
parent
9b428ddd08
commit
b30108143e
1 changed files with 2 additions and 2 deletions
|
|
@ -134,9 +134,9 @@ Open it with any of these:
|
|||
- `/sessions new` to create a fresh live session immediately.
|
||||
- Click the `N live sessions` count in the status line.
|
||||
|
||||
<img alt="Hermes TUI Session Orchestrator with one live session and a +new row" src="/img/docs/tui-session-orchestrator/session-orchestrator.png" />
|
||||
<img alt="Hermes TUI Session Orchestrator with one live session and a +new row" src="/docs/img/docs/tui-session-orchestrator/session-orchestrator.png" />
|
||||
|
||||
<video controls muted loop playsInline src="/img/docs/tui-session-orchestrator/session-orchestrator-demo.mp4" title="Hermes TUI Session Orchestrator demo" />
|
||||
<video controls muted loop playsInline src="/docs/img/docs/tui-session-orchestrator/session-orchestrator-demo.mp4" title="Hermes TUI Session Orchestrator demo" style={{maxWidth: '100%'}}></video>
|
||||
|
||||
Inside the switcher:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue