diff options
author | Scott Main <smain@google.com> | 2012-04-20 11:36:45 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-20 11:36:45 -0700 |
commit | eff0c081eee03a7f512735e16f14d8d6b0553ff6 (patch) | |
tree | 889de5338d90bd6960340eccf823b08ebdd15458 /docs/html/training/basics/fragments/support-lib.jd | |
parent | 08e9e9600acd8dc8b3d26e5fcb43614ecafd8cbe (diff) | |
parent | 71427bae84f51b5c269b2520c36d2811491e67fb (diff) | |
download | frameworks_base-eff0c081eee03a7f512735e16f14d8d6b0553ff6.zip frameworks_base-eff0c081eee03a7f512735e16f14d8d6b0553ff6.tar.gz frameworks_base-eff0c081eee03a7f512735e16f14d8d6b0553ff6.tar.bz2 |
am 71427bae: docs: fix broken link
* commit '71427bae84f51b5c269b2520c36d2811491e67fb':
docs: fix broken link
Diffstat (limited to 'docs/html/training/basics/fragments/support-lib.jd')
-rw-r--r-- | docs/html/training/basics/fragments/support-lib.jd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/html/training/basics/fragments/support-lib.jd b/docs/html/training/basics/fragments/support-lib.jd index c26f6c8..e2166f5 100644 --- a/docs/html/training/basics/fragments/support-lib.jd +++ b/docs/html/training/basics/fragments/support-lib.jd @@ -63,9 +63,8 @@ API level to the latest release: Android or don't exist in the platform at all and merely provide additional support to you when developing specific application features.</p> -<p>You can find all the API reference documentation for the Support Library included in the -platform docs in the {@link android.support.v4} package. For which API references are available -at {@link android.support.v4}.</p> +<p>You can find all the API reference documentation for the Support Library in the +platform docs at {@link android.support.v4.app android.support.v4.*}.</p> <div class="warning"><p><strong>Warning:</strong> To be sure that you don't accidentally use new APIs on an older system version, be certain that you import the {@link |