diff options
Diffstat (limited to 'docs/content/guide/dev_guide.services.understanding_services.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.understanding_services.ngdoc | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/docs/content/guide/dev_guide.services.understanding_services.ngdoc b/docs/content/guide/dev_guide.services.understanding_services.ngdoc index bb02f541..8ebbed63 100644 --- a/docs/content/guide/dev_guide.services.understanding_services.ngdoc +++ b/docs/content/guide/dev_guide.services.understanding_services.ngdoc @@ -5,7 +5,7 @@  ## What are Angular Services?  Angular services are singletons objects or functions that carry out specific tasks common to web apps. -Angular has a number of built in services, such as the {@link api/ng.$http $http service}, which +Angular has a number of built in services, such as the {@link ng.$http $http service}, which  provides access to the browser's `XMLHttpRequest` object for making requests to a server. Like other core  Angular variables and identifiers, the built-in services always start with `$` (such as `$http` mentioned  above). You can also create your own custom services. @@ -49,12 +49,12 @@ dependent on this service gets a reference to the single instance generated by t  ## Related Topics -* {@link di About Angular Dependency Injection} -* {@link dev_guide.services.creating_services Creating Angular Services} -* {@link dev_guide.services.managing_dependencies Managing Service Dependencies} -* {@link dev_guide.services.testing_services Testing Angular Services} +* {@link guide/di About Angular Dependency Injection} +* {@link guide/dev_guide.services.creating_services Creating Angular Services} +* {@link guide/dev_guide.services.managing_dependencies Managing Service Dependencies} +* {@link guide/dev_guide.services.testing_services Testing Angular Services}  ## Related API -* {@link api/ng Angular Service API} -* {@link api/angular.injector Injector API} +* {@link ./ng Angular Service API} +* {@link angular.injector Injector API} | 
