Skip to content

Commit 602fd63

Browse files
committed
[css-layout-api] Fix image.
1 parent 75d1e6e commit 602fd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-layout-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ interface LayoutOpportunity {
173173
Here is a cute little gif which shows the layout opportunities for a `ConstraintSpace` with two
174174
exclusions.
175175

176-
![layout opportunities](https://raw.githubusercontent.com/w3c/css-houdini-drafts/blob/master/images/layout_opp.gif)
176+
![layout opportunities](https://raw.githubusercontent.com/w3c/css-houdini-drafts/master/images/layout_opp.gif)
177177

178178
The layoutOpportunities generator will return a series of max-rects for a given constraint space.
179179
These are ordered by `inlineStart`, `inlineSize` then `blockStart`.

0 commit comments

Comments
 (0)