Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bb281f8

Browse files
committed
docs(.Scope): correct link to scope guide
1 parent 496e08a commit bb281f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function $RootScopeProvider() {
109109
* A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the
110110
* {@link auto.$injector $injector}. Child scopes are created using the
111111
* {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when
112-
* compiled HTML template is executed.) See also the {@link guide/scopes Scopes guide} for
112+
* compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for
113113
* an in-depth introduction and usage examples.
114114
*
115115
*

0 commit comments

Comments
 (0)