docs(.Scope): correct link to scope guide

This commit is contained in:
Martin Staffa
2015-08-03 22:09:45 +02:00
parent 496e08a605
commit bb281f85e7
+1 -1
View File
@@ -109,7 +109,7 @@ function $RootScopeProvider() {
* A root scope can be retrieved using the {@link ng.$rootScope $rootScope} key from the
* {@link auto.$injector $injector}. Child scopes are created using the
* {@link ng.$rootScope.Scope#$new $new()} method. (Most scopes are created automatically when
* compiled HTML template is executed.) See also the {@link guide/scopes Scopes guide} for
* compiled HTML template is executed.) See also the {@link guide/scope Scopes guide} for
* an in-depth introduction and usage examples.
*
*