Skip to content

Commit 6112b15

Browse files
authored
refactor: change alternate url for embed video file (#1579)
1 parent e24a0c7 commit 6112b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/embed/video.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<p>
3434
<video class="embed-video file" src="{{ video_url }}" {{ poster }} {{ attributes }}>
35-
Your browser doesn't support HTML video. Here is a <a href="{{ url }}">link to the video</a> instead.
35+
Your browser doesn't support HTML video. Here is a <a href="{{ video_url }}">link to the video</a> instead.
3636
</video>
3737
<em>{{ include.title }}</em>
3838
</p>

0 commit comments

Comments
 (0)