diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 96eddfaa9..b58467aef 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -7,7 +7,7 @@ No changes, fixes stale pm component builds
### Version 1.10.0 - February 23, 2015
**New Features**
-- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using reverse: true
[See Examples](http://laptop-vm:9778/modules/transition.html#grouped-transitions) for more details.
+- **Transition** - Transitions now have `interval` to allow grouped elements to animate one by one with a delay between each animation. Grouped animations determine order based on transition direction to avoid reflows, or can manually be reversed by using reverse: true
[See Examples](http://www.semantic-ui.com/modules/transition.html#grouped-transitions) for more details.
**Critical Fixes**
- **Transition** - Webkit `failSafe` used for [Chromium Bug #437860](https://code.google.com/p/chromium/issues/detail?id=437860) now also works for queued animations