summaryrefslogtreecommitdiffstats
path: root/docs/html/resources
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-05-11 11:33:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-05-11 11:33:13 -0700
commitfe08933450f4be42c9b3eac900c64f23857ecd17 (patch)
tree7a3b1bf369e9cb14111c8e6b563ce199fed7ce03 /docs/html/resources
parentaaa01b181c0eea4ff6496d446e25e499b12ca14c (diff)
parent5e17347a275e2d8bade4dd4a2196a111a33a1f28 (diff)
downloadframeworks_base-fe08933450f4be42c9b3eac900c64f23857ecd17.zip
frameworks_base-fe08933450f4be42c9b3eac900c64f23857ecd17.tar.gz
frameworks_base-fe08933450f4be42c9b3eac900c64f23857ecd17.tar.bz2
Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo
Diffstat (limited to 'docs/html/resources')
-rw-r--r--docs/html/resources/tutorials/testing/helloandroid_test.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/tutorials/testing/helloandroid_test.jd b/docs/html/resources/tutorials/testing/helloandroid_test.jd
index f06d5af..b47c334 100644
--- a/docs/html/resources/tutorials/testing/helloandroid_test.jd
+++ b/docs/html/resources/tutorials/testing/helloandroid_test.jd
@@ -86,7 +86,7 @@ page.title=Hello, Testing
</p>
<p>
If you aren't developing in Eclipse with ADT or you would like to run tests directly from the
- command line, please see the topic <a href="{@docRoot}guide/developing/testing_otheride.html">Testing in Other IDEs</a>
+ command line, please see the topic <a href="{@docRoot}guide/developing/testing/testing_otheride.html">Testing in Other IDEs</a>
for instructions.
</p>
<h2 id="CreateTestProject">Creating the Test Project</h2>