summaryrefslogtreecommitdiffstats
path: root/test-runner/src
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-02-08 11:25:01 -0800
committerScott Main <smain@google.com>2011-02-08 11:37:44 -0800
commit7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6 (patch)
tree153bab6076f6f309e4d3aa0ccf831d8c8ff492c7 /test-runner/src
parent7d9d8efebab9bda05cdb7733374723e1e3787d7c (diff)
downloadframeworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.zip
frameworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.tar.gz
frameworks_base-7aee61f5a96e94e158bf5ad3d8e192c4d4f7eff6.tar.bz2
docs: fix links to revised fundamentals documents
Change-Id: Ie2a660cce1d00f924c9fde5c6a00776307e5e1c7
Diffstat (limited to 'test-runner/src')
-rw-r--r--test-runner/src/android/test/ServiceTestCase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-runner/src/android/test/ServiceTestCase.java b/test-runner/src/android/test/ServiceTestCase.java
index f9e8adb..8fad5d6 100644
--- a/test-runner/src/android/test/ServiceTestCase.java
+++ b/test-runner/src/android/test/ServiceTestCase.java
@@ -36,9 +36,9 @@ import java.util.Random;
*
* <p><b>Lifecycle Support.</b>
* A Service is accessed with a specific sequence of
- * calls, as documented in the section
- * <a href="http://developer.android.com/guide/topics/fundamentals.html#servlife">
- * Service lifecycle</a> in the Developer Guide. In order to support the lifecycle of a Service,
+ * calls, as described in the
+ * <a href="http://developer.android.com/guide/topics/fundamentals/services.html">Services</a>
+ * document. In order to support the lifecycle of a Service,
* <code>ServiceTestCase</code> enforces this protocol:
*
* <ul>