]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blobdiff - meteor-README.md
6.8.1
[thirdparty/foundation/foundation-sites.git] / meteor-README.md
index 84d9782d1255fb4239ef4bb9cae36fdcf1974c42..9c62602fcda24ebe1d500c5cd5f464dcd64cecd0 100644 (file)
@@ -1,4 +1,4 @@
-# [Foundation for Sites](http://foundation.zurb.com) (v6.6.1)
+# [Foundation for Sites](https://get.foundation) (v6.8.1)
 
 Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes layout constructs, like a fully customizable, responsive grid, commonly used JavaScript plugins, and full A11Y support.
 
@@ -162,7 +162,7 @@ Template.myReveal.onDestroyed(function () {
 
 As you can see it is better to create small templates for plugins and initiate the plugins separately in the `onRendered` lifecycle hook. You should also remember to destroy the plugin using `onDestroyed`lifecycle hook on its template.
 
-You will find more info about particular plugins on its docs page here: [http://foundation.zurb.com/sites/docs/](http://foundation.zurb.com/sites/docs/)
+You will find more info about particular plugins on its docs page here: [https://get.foundation/sites/docs/](https://get.foundation/sites/docs/)
 
 #### Known problems