Skip to content

Commit ed8b2e5

Browse files
committed
Update index links for player sample to use netlify
1 parent 10305ed commit ed8b2e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<h1><a href="./video-decode-display/">Video Decoding and Display</a></h1>
1616
<p>Demuxes (using mp4box.js) and decodes an mp4 file, paints to canvas ASAP</p>
1717
</article>
18-
<article onclick="window.location.href='./audio-video-player/audio_video_player.html';">
19-
<h1><a href="./audio-video-player/audio_video_player.html">Audio And Video Player</a></h1>
20-
<p>Demuxes, decodes, and renders synchronized audio and video.</p>
18+
<article onclick="window.location.href='https://webcodecs-samples.netlify.app/audio-video-player/audio_video_player.html';">
19+
<h1><a href="https://webcodecs-samples.netlify.app/audio-video-player/audio_video_player.html">Audio And Video Player</a></h1>
20+
<p>Demuxes, decodes, and renders synchronized audio and video.</p>
2121
</article>
2222
<article onclick="window.location.href='./image-decoder/animated-gif-renderer.html';">
2323
<h1><a href="./image-decoder/animated-gif-renderer.html">Animated GIF Renderer</a></h1>

0 commit comments

Comments
 (0)