From c7e815f63b6c22f5bbc798f34386c01fa72cab7d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 6 Feb 2014 13:33:42 +0000 Subject: 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 --- docs/content/api/index.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/api') 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
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…