Skip to content

Commit 89f9390

Browse files
authored
Fix video url in next A first uniform
1 parent f930318 commit 89f9390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic-3d-rendering/shader-uniforms/a-first-uniform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ We place this for instance at the beginning of `Application::MainLoop()`:
587587

588588
<figure class="align-center">
589589
<video autoplay loop muted inline nocontrols style="width:100%;height:auto;max-width:642px">
590-
<source src="../../_static/turning-webgpu-logo.mp4" type="video/mp4">
590+
<source src="../../../_static/turning-webgpu-logo.mp4" type="video/mp4">
591591
</video>
592592
<figcaption>
593593
<p><span class="caption-text">Our first dynamic scene!</span></p>

0 commit comments

Comments
 (0)