diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 | 
| commit | c7e815f63b6c22f5bbc798f34386c01fa72cab7d (patch) | |
| tree | 13d8e640ae037112a63f240be22390cc5b3fc522 /docs/content/api/index.ngdoc | |
| parent | 6483dea08c6fae937e62ce242212152d7ef27d91 (diff) | |
| download | angular.js-c7e815f63b6c22f5bbc798f34386c01fa72cab7d.tar.bz2 | |
docs(bike-shed-migration): fix up links outside the domain
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
Diffstat (limited to 'docs/content/api/index.ngdoc')
| -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 c563cc43..4e2e03fe 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -32,9 +32,9 @@ This module is provided by default and contains the core components of AngularJS        <p>          Some examples include: -          {@link ng.directive:ngClick ngClick}, -          {@link ng.directive:ngInclude ngInclude}, -          {@link ng.directive:ngRepeat ngRepeat}, +          {@link directive:ngClick ngClick}, +          {@link directive:ngInclude ngInclude}, +          {@link directive:ngRepeat ngRepeat},            etc… <br />        </p>      </td>  | 
