summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/resources
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-12-27 16:22:27 -0800
committerScott Main <smain@google.com>2012-01-03 15:12:51 -0800
commitcd1b08e1e239269f7d0d48119505313f52d3dd5a (patch)
tree9bd0c6d06f87368a4902a2e594c516fb77df10af /docs/html/guide/topics/resources
parenta17e100b7a192cae3935d2ae144fb1a1115a4ca7 (diff)
downloadframeworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.zip
frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.gz
frameworks_base-cd1b08e1e239269f7d0d48119505313f52d3dd5a.tar.bz2
docs: fix broken links in .jd docs
Change-Id: Ide8bb1a11a704d6821b52a0128b24a76de2e707f
Diffstat (limited to 'docs/html/guide/topics/resources')
-rw-r--r--docs/html/guide/topics/resources/animation-resource.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/animation-resource.jd b/docs/html/guide/topics/resources/animation-resource.jd
index eaa698f..6473155 100644
--- a/docs/html/guide/topics/resources/animation-resource.jd
+++ b/docs/html/guide/topics/resources/animation-resource.jd
@@ -335,7 +335,7 @@ set.start();
<dd>
<ul>
<li><a href="{@docRoot}guide/topics/graphics/animation.html">Property Animation</a></li>
- <li><a href="http://zoso:8080/resources/samples/ApiDemos/src/com/example/android/apis/animation/index.html">API Demos</a> for examples
+ <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/animation/index.html">API Demos</a> for examples
on how to use the property animation system.</li>
</ul>
</dd>