Skip to content

Commit 9ff5002

Browse files
jeffjewissjamesdaily
authored andcommitted
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 angular#5869
1 parent c3682e2 commit 9ff5002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/api/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# AngularJS API Docs
66
Welcome to the AngularJS API docs page. These pages contain the AngularJS reference materials for version <strong ng-bind="version"></strong>.
77

8-
The documentation is organized into **modules** which contain various components of an AngularJS application.
9-
These components are directives, services, filters, providers, types, global APIs and testing mocks.
8+
The documentation is organized into **{@link guide/module modules}** which contain various components of an AngularJS application.
9+
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.
1010

1111
<div class="alert alert-info">
1212
**Angular Namespaces `$` and `$$`**

0 commit comments

Comments
 (0)