diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 98c5b603cebb..db8b596d6656 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -510,8 +510,8 @@ that you explicitly pass in.
**Note:** Normally, a scope prototypically inherits from its parent. An isolated scope does not.
-See the {@link guide/directive#isolating-the-scope-of-a-directive
-"Isolating the Scope of a Directive"} section for more information about isolate scopes.
+See the {@link api/ng/service/$compile#directive-definition-object
+"Directive Definition Object - scope"} section for more information about isolate scopes.