aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Paul2014-03-22 12:24:07 -0400
committerCaitlin Potter2014-03-22 16:12:26 -0400
commit635cdaaa9a6586b6c48665821dad26c201c5ec05 (patch)
treead3d6ab7348b37bc5ff64e61baa976a5a88012a9
parentc7a49b34c653adbb51fd7f1f54b748b5215f7656 (diff)
downloadangular.js-635cdaaa9a6586b6c48665821dad26c201c5ec05.tar.bz2
docs(guide/directive): fix broken link
Fix broken internal link in directive documentation. Closes #6802
-rw-r--r--docs/content/guide/directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index a6e839bd..2a9f293c 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -510,7 +510,7 @@ that you explicitly pass in.
<div class="alert alert-warning">
**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not.
-See the {@link guide/directive#creating-custom-directives_demo_isolating-the-scope-of-a-directive
+See the {@link guide/directive#isolating-the-scope-of-a-directive
"Isolating the Scope of a Directive"} section for more information about isolate scopes.
</div>