diff options
| author | Fred Sauer | 2013-10-29 15:40:15 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-30 21:16:38 +0000 |
| commit | 2ae29b1ce393632a6012b273127a089298d4f9b9 (patch) | |
| tree | ed8a535e40d59732ef85abbaa29c327016d7f6a5 /docs | |
| parent | 89a67ca77ce21a37e6560a487193e33ad68d5335 (diff) | |
| download | angular.js-2ae29b1ce393632a6012b273127a089298d4f9b9.tar.bz2 | |
docs(api): fix broken links
Closes #4705
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/api/index.ngdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 1f3b0c11..48177f17 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -21,9 +21,9 @@ This module is provided by default and contains the core components of AngularJS <p> Some examples include: - {@link ng.ngClick ngClick}, - {@link ng.ngInclude ngInclude}, - {@link ng.ngInclude ngRepeat}, + {@link ng.directive:ngClick ngClick}, + {@link ng.directive:ngInclude ngInclude}, + {@link ng.directive:ngRepeat ngRepeat}, etc… <br /> </p> </td> |
