diff options
author | Scott Main <smain@google.com> | 2011-02-03 18:46:45 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-02-07 21:03:04 -0800 |
commit | 9bf45a00752f84037dcf1aba79e76542b4d4ed22 (patch) | |
tree | 74d54faeb6a3cf2e0583d0dfad66c7059d433d96 /docs/html/guide/topics/testing | |
parent | ae91b5ac7d18e4e461fa42709f51da73d29c403a (diff) | |
download | frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.zip frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.gz frameworks_base-9bf45a00752f84037dcf1aba79e76542b4d4ed22.tar.bz2 |
Finish the app fundamentals rewrite by updating the side nav and resolving links in the dev guide
Also move the app fundamentals document back to fundamentals.jd
TODO: resolve links in the javadocs
Change-Id: Ia3c81a83bf7fe75f7942fd41bfb1d626ee72d5d9
Diffstat (limited to 'docs/html/guide/topics/testing')
-rw-r--r-- | docs/html/guide/topics/testing/service_testing.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/testing/service_testing.jd b/docs/html/guide/topics/testing/service_testing.jd index 3979f3c..7788477 100644 --- a/docs/html/guide/topics/testing/service_testing.jd +++ b/docs/html/guide/topics/testing/service_testing.jd @@ -56,8 +56,8 @@ page.title=Service Testing </p> <p> This document describes techniques for testing Service objects. If you aren't familiar with the - Service class, please read <a href="{@docRoot}guide/topics/fundamentals.html"> - Application Fundamentals</a>. If you aren't familiar with Android testing, please read + Service class, please read the <a href="{@docRoot}guide/topics/fundamentals/services.html"> + Services</a> document. If you aren't familiar with Android testing, please read <a href="{@docRoot}guide/topics/testing/testing_android.html">Testing Fundamentals</a>, the introduction to the Android testing and instrumentation framework. </p> |