Skip to content

Commit 735f67d

Browse files
committed
fix link
1 parent b858024 commit 735f67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/2017-01-08-animated_ray_tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ png2yuv -j Animation_%0.3d.png -f 25 -I p -b 1 > tmp.yuv # zip it all up
6262
ffmpeg2theora --optimize --videobitrate 16778 -o Animation.ogv tmp.yuv # convert
6363
```
6464

65-
<video src="/assets/Animation.ogv" poster="/assets/Animation.png" width="800" height="600" controls preload></video>
65+
<video src="{{site.github.url}}/assets/Animation.ogv" poster="{{site.github.url}}/assets/Animation.png" width="800" height="600" controls preload></video>
6666

6767

6868
[fpsunflower]:http://sunflow.sourceforge.net/

0 commit comments

Comments
 (0)