aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-06 13:33:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:40 +0000
commitc7e815f63b6c22f5bbc798f34386c01fa72cab7d (patch)
tree13d8e640ae037112a63f240be22390cc5b3fc522 /docs/content/api
parent6483dea08c6fae937e62ce242212152d7ef27d91 (diff)
downloadangular.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')
-rw-r--r--docs/content/api/index.ngdoc6
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>