summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-14 11:23:48 -0800
committerScott Main <smain@google.com>2011-02-14 11:23:48 -0800
commit077036aa00d5e0f4b089470523cd9c4b763a2b11 (patch)
tree2dd2790db80439d99ef479f904718f6105afaef8 /docs
parentea72329bcc360437d67492bc4f2c82e65e8ba841 (diff)
downloadframeworks_base-077036aa00d5e0f4b089470523cd9c4b763a2b11.zip
frameworks_base-077036aa00d5e0f4b089470523cd9c4b763a2b11.tar.gz
frameworks_base-077036aa00d5e0f4b089470523cd9c4b763a2b11.tar.bz2
docs: fix links
Change-Id: I7aba4b06996caa55f8d47cab3b13505e37de86ca
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/developing/testing/index.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/developing/testing/index.jd b/docs/html/guide/developing/testing/index.jd
index 8ffaf58..8a08959 100644
--- a/docs/html/guide/developing/testing/index.jd
+++ b/docs/html/guide/developing/testing/index.jd
@@ -18,14 +18,14 @@ page.title=Testing
which guides you through a more complex testing scenario.
</p>
<dl>
- <dt><a href="testing_eclipse.html">Testing in Eclipse, with ADT</a></dt>
+ <dt><a href="testing_eclipse.html">Testing from Eclipse, with ADT</a></dt>
<dd>
The ADT plugin lets you quickly set up and manage test projects directly in
the Eclipse UI. Once you have written your tests, you can build and run them and
then see the results in the Eclipse JUnit view. You can also use the SDK command-line
tools to execute your tests if needed.
</dd>
- <dt><a href="testing_otheride.html">Testing in Other IDEs</a></dt>
+ <dt><a href="testing_otheride.html">Testing from Other IDEs</a></dt>
<dd>
The SDK command-line tools provide the same capabilities as the ADT plugin. You can
use them to set up and manage test projects, build your test application,