]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Updated CDN Links to Latest 8941/head
authorAndrew Biddinger <andrewbiddinger@gmail.com>
Fri, 17 Jun 2016 15:09:37 +0000 (11:09 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2016 15:09:37 +0000 (11:09 -0400)
docs/pages/installation.md

index 56e4e808e69a227fded68d3e994f8f8483e266bc..24529b2cede684949328d137787262100276480d 100644 (file)
@@ -127,10 +127,10 @@ The folks at [jsDelivr](https://www.jsdelivr.com) host the compressed Foundation
 
 ```html
 <!-- Compressed CSS -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.1/foundation.min.css">
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/foundation/6.2.3/foundation.min.css">
 
 <!-- Compressed JavaScript -->
-<script src="https://cdn.jsdelivr.net/foundation/6.2.1/foundation.min.js"></script>
+<script src="https://cdn.jsdelivr.net/foundation/6.2.3/foundation.min.js"></script>
 ```
 
 ---