Update demo video source in README.md to use the correct GitHub raw URL for improved accessibility

This commit is contained in:
Jamie Pine
2026-01-25 21:29:35 -08:00
parent 777e73f195
commit 658e967558
+1 -1
View File
@@ -56,7 +56,7 @@ Voicebox is available now for macOS, Windows, and Linux.
## See it in action...
<video width="800" controls>
<source src="https://raw.githubusercontent.com/jamiepine/voicebox/main/landing/public/voicebox-demo.webm" type="video/webm">
<source src="https://github.com/jamiepine/voicebox/raw/refs/heads/main/landing/public/voicebox-demo.webm" type="video/webm">
Your browser does not support the video tag. <a href="https://voicebox.sh">Watch on voicebox.sh</a>
</video>