aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.compiler.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-04-28 22:45:28 -0700
committerMisko Hevery2012-05-04 16:12:17 -0700
commit8e2675029f5ca404a7c649cc161df3ea642d941f (patch)
tree6668342fb2c57360e06c9e36bfd4e5e6e08a52f5 /docs/content/guide/dev_guide.compiler.ngdoc
parentd0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff)
downloadangular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.compiler.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc
index d979f309..f52928a6 100644
--- a/docs/content/guide/dev_guide.compiler.ngdoc
+++ b/docs/content/guide/dev_guide.compiler.ngdoc
@@ -3,7 +3,7 @@
@description
The core of Angular is its HTML compiler. The compiler processes Angular
-{@link api/angular.module.ng.$compileProvider.directive directives} allowing them to transform a
+{@link guide/directive directives} allowing them to transform a
static HTML page into a dynamic web application.
The default HTML transformations that the Angular compiler provides are useful for building generic
@@ -21,4 +21,4 @@ All compilation takes place in the web browser; no server is involved.
## Related API
* {@link api/angular.module.ng.$compile Angular Compiler API}
-* {@link api/angular.module.ng.$compileProvider.directive Directives API}
+* {@link guide/directive Directives API}