Skip to content

Commit 781e094

Browse files
committed
Let's see if this fixes the path issue in heat equation
1 parent 1452b09 commit 781e094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heatEqAttempt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ mp4(anim, joinpath(@OUTPUT, "heat.mp4"), fps = 1/Deltat)
196196

197197
~~~
198198
<video width="800" controls>
199-
<source src="./assets/heatEqAttempt/code/output/heat.mp4" type="video/mp4">
199+
<source src="/assets/heatEqAttempt/code/output/heat.mp4" type="video/mp4">
200200
Your browser does not support the video tag.
201201
</video>
202202
~~~

0 commit comments

Comments
 (0)