diff options
Diffstat (limited to 'docs/content/guide/templates.ngdoc')
| -rw-r--r-- | docs/content/guide/templates.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/templates.ngdoc b/docs/content/guide/templates.ngdoc index bd8bfd89..92aee6ee 100644 --- a/docs/content/guide/templates.ngdoc +++ b/docs/content/guide/templates.ngdoc @@ -14,7 +14,7 @@ These are the types of Angular elements and element attributes you can use in a    augments an existing DOM element or represents a reusable DOM component - a widget.  * {@link ng.$interpolate Markup} — The double  curly brace notation `{{ }}` to bind expressions to elements is built-in angular markup. -* {@link filter Filter} — Formats your data for display to the user. +* {@link guide/filter Filter} — Formats your data for display to the user.  * {@link forms Form controls} — Lets you validate user input.  Note:  In addition to declaring the elements above in templates, you can also access these elements @@ -49,7 +49,7 @@ eight.  ## Related Topics -* {@link filter Angular Filters} +* {@link guide/filter Angular Filters}  * {@link forms Angular Forms}  ## Related API | 
