Skip to content

Commit f839afa

Browse files
committed
docs: use absolute URL for openclaw video to fix GitHub rendering
1 parent 29c028b commit f839afa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ dirplot git . --animate --last 30d --output history.mp4
292292
```
293293

294294
<figure>
295-
<video src="openclaw-871e8882..8445c9a5.mp4" autoplay loop muted playsinline width="100%"></video>
295+
<video src="https://github.com/deeplook/dirplot/raw/main/docs/openclaw-871e8882..8445c9a5.mp4" autoplay loop muted playsinline width="100%"></video>
296296
<figcaption><code>dirplot git github://openclaw/openclaw --range 871e8882..8445c9a5 --animate --log --size 1920x1080 -o openclaw-871e8882..8445c9a5.mp4</code></figcaption>
297297
</figure>
298298

0 commit comments

Comments
 (0)