Skip to content

Commit d4e8fcd

Browse files
committed
[css-scroll-snap] Fix broken image links
1 parent 6202fd0 commit d4e8fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-scroll-snap/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Motivating Examples {#examples}
114114
</pre>
115115

116116
<figure>
117-
<img src="element_snap_positions.png" alt="">
117+
<img src="images/element_snap_positions.png" alt="">
118118

119119
<figcaption>
120120
The layout of the scroll container's contents in the example.
@@ -159,7 +159,7 @@ Motivating Examples {#examples}
159159
</pre>
160160

161161
<figure>
162-
<img src="element_snap_positions_offset.png" alt="">
162+
<img src="images/element_snap_positions_offset.png" alt="">
163163

164164
<figcaption>
165165
The layout of the scroll container's contents in the example.

0 commit comments

Comments
 (0)