diff options
| author | Jeff Jewiss | 2014-01-17 16:44:28 -0700 | 
|---|---|---|
| committer | Caitlin Potter | 2014-01-17 19:19:27 -0500 | 
| commit | c3e1a41d6fba9946a8e051517b9ce154f15466aa (patch) | |
| tree | 0519ee0a19ee68dec9811245870edf2d4ef25347 /docs | |
| parent | 8dd4f14a04afdf1cc1d1ab8448a0ec533799dfaf (diff) | |
| download | angular.js-c3e1a41d6fba9946a8e051517b9ce154f15466aa.tar.bz2 | |
docs(api): adds links to top level guides
The main api docs page is probably the main landing page for many devs
looking to learn angular, so linking to the main guide pages would
likely help.
Closes #5869
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/api/index.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc index a8c28542..c563cc43 100644 --- a/docs/content/api/index.ngdoc +++ b/docs/content/api/index.ngdoc @@ -5,8 +5,8 @@  # AngularJS API Docs  Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version <strong ng-bind="version"></strong>. -The documentation is organized into **modules** which contain various components of an AngularJS application. -These components are directives, services, filters, providers, types, global APIs and testing mocks. +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.  <div class="alert alert-info">  **Angular Namespaces `$` and `$$`** | 
