diff --git a/public/docs/dart/latest/guide/user-input.jade b/public/docs/dart/latest/guide/user-input.jade
index 8f00bc1339..4c29157dc8 100644
--- a/public/docs/dart/latest/guide/user-input.jade
+++ b/public/docs/dart/latest/guide/user-input.jade
@@ -6,10 +6,12 @@ include ../_util-fns
In this chapter we learn to bind to those events using the Angular
event binding syntax.
+ Run the live example.
+
:marked
## Binding to user input events
- We can use Angular event bindings
+ We can use [Angular event bindings](./template-syntax.html#event-binding)
to respond to [any DOM event](https://developer.mozilla.org/en-US/docs/Web/Events).
The syntax is simple. We surround the DOM event name with
diff --git a/public/docs/ts/latest/guide/user-input.jade b/public/docs/ts/latest/guide/user-input.jade
index 681b8d5e51..cdfd727b5b 100644
--- a/public/docs/ts/latest/guide/user-input.jade
+++ b/public/docs/ts/latest/guide/user-input.jade
@@ -6,7 +6,7 @@ include ../_util-fns
In this chapter we learn to bind to those events using the Angular
event binding syntax.
- Run the live example
+ Run the live example.
:marked
## Binding to user input events