From 48e88468bd2e1f633378e3c15c924552b439b8a1 Mon Sep 17 00:00:00 2001 From: Wojciech Fornal Date: Sun, 13 Apr 2014 02:10:29 +0200 Subject: [PATCH] Fix broken link to "Services" in index.ngdos Nothing big. Simply a broken link to "Services". --- 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 9233ac7153f1..fcce1aeb507f 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 `$$`**