Skip to content

Commit c96ca4e

Browse files
Fix video embed to use raw GitHub URL for inline rendering
Relative paths don't resolve in GitHub markdown renderer; raw.githubusercontent.com serves the file with correct headers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e212564 commit c96ca4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Playground/android-use-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A fully on-device autonomous Android agent powered by the RunAnywhere SDK. Navig
66

77
X post demo — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min end-to-end.
88

9-
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
9+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
1010

1111
> Full write-up and run trace: [X_POST.md](X_POST.md)
1212

Playground/android-use-agent/X_POST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Result:** ✅ PASS — Qwen3 4B, 6 steps, 3 real LLM inferences, goal-aware element filtering, ~4 min total.
66

7-
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
7+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
88

99
---
1010

@@ -195,7 +195,7 @@ Tweet posted live during screen recording. Agent status: **DONE** (green), logs:
195195
> **Hi from RunAnywhere Android agent**
196196
> @RunAnywhereAI · Feb 20, 2026
197197
198-
<video src="./assets/android_agent_muted.mov" controls width="640"></video>
198+
<video src="https://raw.githubusercontent.com/RunanywhereAI/runanywhere-sdks/main/Playground/android-use-agent/assets/android_agent_muted.mov" controls width="640"></video>
199199

200200
---
201201

0 commit comments

Comments
 (0)