Skip to content

Commit 601c146

Browse files
etcetpadenot
authored andcommitted
Fix a link URL
Fix the link to the "WebCodecs in Worker" sample
1 parent c846f98 commit 601c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1><a href="./capture-to-file/capture-to-file.html">Capture To File</a></h1>
2828
<p>Reading from camera, encoding via webcodecs, and creating a webm file on disk.</p>
2929
</article>
3030
<article onclick="window.location.href='./encode-decode-worker/index.html';">
31-
<h1><a href="./encode-deocde-worker/index.html">WebCodecs in Worker</a></h1>
31+
<h1><a href="./encode-decode-worker/index.html">WebCodecs in Worker</a></h1>
3232
<p>Capture from camera, encode and decode in a worker</p>
3333
</article>
3434
</div>

0 commit comments

Comments
 (0)