diff --git a/_posts/demos/2011-01-11-images.html b/_posts/demos/2011-01-11-images.html
index 4df2174..b9b89e6 100644
--- a/_posts/demos/2011-01-11-images.html
+++ b/_posts/demos/2011-01-11-images.html
@@ -15,7 +15,7 @@ photos:
---
Isotope is triggered after all images are loaded with the Isotope is triggered after all images are loaded with the imagesLoaded
plugin. imagesLoaded
plugin.
true
false
will disable this feature so all browsers use top/left absolute positioning. Useful for [resolving issues with Flash content](troubleshooting.html#flash).
+Isotope uses CSS3 transform to position item elements, when available in the browser. Setting `transformsEnabled` to false
will disable this feature so all browsers use top/left absolute positioning. Useful for [resolving issues with Flash content](help.html#flash).
### Additional CSS {#transformsEnabled-css}
diff --git a/_posts/docs/2010-12-10-adding-items.mdown b/_posts/docs/2010-12-10-adding-items.mdown
index 622e949..cf81113 100644
--- a/_posts/docs/2010-12-10-adding-items.mdown
+++ b/_posts/docs/2010-12-10-adding-items.mdown
@@ -43,7 +43,7 @@ The [`appended` method](methods.html#appended) is a convenience method triggers
[**See Demo: Infinite Scroll**](../demos/infinite-scroll.html).
-See also [Infinite Scroll with filtering or sorting](troubleshooting.html#infinite_scroll_with_filtering_or_sorting)
+See also [Infinite Scroll with filtering or sorting](help.html#infinite_scroll_with_filtering_or_sorting)
## Prepending