]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated jsDelivr links to 6.0.6 7568/head
authorOliver Forral <intrepion@gmail.com>
Wed, 16 Dec 2015 11:54:33 +0000 (03:54 -0800)
committerOliver Forral <intrepion@gmail.com>
Wed, 16 Dec 2015 11:54:33 +0000 (03:54 -0800)
docs/pages/installation.md

index 16af44f5b8f392dd666c44282278713487b149b2..440e38e53f3bb513a254c651f6e5e44ec21d6abb 100644 (file)
@@ -41,14 +41,14 @@ If you aren't into Sass, we have a starter template with compiled CSS and JavaSc
 
 ## CDN Links
 
-The folks at [jsDelivr]() host the compressed Foundation CSS and JavaScript for us. Just drop one of these `<script>` tags into you're HTML and you're set:
+The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation CSS and JavaScript for us. Just drop one of these `<script>` tags into you're HTML and you're set:
 
 ```html
 <!-- Compressed CSS -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.0.5/foundation.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.0.6/foundation.min.css">
 
 <!-- Compressed JavaScript -->
-<script src="https://cdn.jsdelivr.net/foundation/6.0.5/foundation.min.js"></script>
+<script src="https://cdn.jsdelivr.net/foundation/6.0.6/foundation.min.js"></script>
 ```
 
 ---