aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/misc')
-rw-r--r--docs/content/misc/started.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc
index 76bff181..e8110fdc 100644
--- a/docs/content/misc/started.ngdoc
+++ b/docs/content/misc/started.ngdoc
@@ -77,7 +77,7 @@ After the refresh, the page should look something like this:
These are some of the important points to note from this example:
-* The text input {@link api/angular.module.ng.$compileProvider.directive directive}
+* The text input {@link guide/directive directive}
is bound to a model variable called `yourname`.
* The double curly braces notation binds the `yourname` model to the greeting text.