From 19d7a127c7a57c184e357b34dfecb2254c9a0e2a Mon Sep 17 00:00:00 2001 From: Wojciech Fornal Date: Sun, 13 Apr 2014 02:10:29 +0200 Subject: [PATCH] docs(api): fix broken link to "Services" guide Nothing big. Simply a broken link to "Services". > Nothing big. It IS big, don't you ever forget it! Closes #7101 --- docs/content/api/index.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index 9233ac715..fcce1aeb5 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -6,7 +6,7 @@ Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version . The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application. -These components are {@link guide/directive directives}, {@link guide/dev_guide.services services}, {@link guide/filter filters}, {@link guide/providers providers}, {@link guide/templates types}, global APIs and testing mocks. +These components are {@link guide/directive directives}, {@link guide/services services}, {@link guide/filter filters}, {@link guide/providers providers}, {@link guide/templates types}, global APIs and testing mocks.
**Angular Namespaces `$` and `$$`**