]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes #7701, updates interchange.md to give proper link to named media queries section
authorChris Oyler <chris@zurb.com>
Mon, 4 Jan 2016 22:44:47 +0000 (14:44 -0800)
committerChris Oyler <chris@zurb.com>
Mon, 4 Jan 2016 22:44:47 +0000 (14:44 -0800)
docs/pages/interchange.md

index ab475e1fb475246f92779944b5c09c0eb7c442cd..e88c85d182332adab3d7bdb6ff504fbd5912b62f 100644 (file)
@@ -24,7 +24,7 @@ The image set is a comma-separated list of items with this format:
 [image_path, media_query]
 ```
 
-`image_path` can be a relative or absolute path. `media_query` can be any CSS media query, or a Foundation breakpoint&mdash;see [Named Breakpoints](#named-breakpoints) below.
+`image_path` can be a relative or absolute path. `media_query` can be any CSS media query, or a Foundation breakpoint&mdash;see [Named Media Queries](#named-media-queries) below.
 
 <div class="callout primary">
   <p>Interchange evaluates rules in order, and the last rule to match will be used. For this reason, you should order your rules from smallest screen to largest screen.</p>