diff options
| author | Peter Bacon Darwin | 2014-02-14 14:12:13 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:43 +0000 | 
| commit | d85505d0194e6aa2cfe24aea51afe12a09ba73d2 (patch) | |
| tree | d9357a6298962948f77af4187a43616f284ff4df /docs/content/guide/concepts.ngdoc | |
| parent | daa83f2864cbcdce9fa650bba363334824ff5859 (diff) | |
| download | angular.js-d85505d0194e6aa2cfe24aea51afe12a09ba73d2.tar.bz2 | |
docs(content): fix bad links
Diffstat (limited to 'docs/content/guide/concepts.ngdoc')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 105af400..5b4c8217 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -86,7 +86,7 @@ in the rest of the documentation.  Applied to the example above, the markup directs Angular to "take the data we got from the input widgets  and multiply them together". -The example above also contains a <a name="filter">"{@link filter filter}"</a>. +The example above also contains a <a name="filter">"{@link guide/filter filter}"</a>.  A filter formats the value of an expression for display to the user.  In the example above, the filter {@link ng.filter:currency `currency`} formats a number  into an output that looks like money.  | 
