summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2011-02-14 14:43:53 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2011-02-14 14:43:53 -0800
commita6c4ad9db01a38b170629fa76a67da6e2c3e1706 (patch)
tree421128a9c11994578f71db7e9fd3cf3b5316b1ee
parent6909447b40c78be0e563f4d14b2169f839847161 (diff)
parent2d022d01d0689b61de87bbf9ffd47703ceae1596 (diff)
am 2d022d01: am 9ab0f2b2: Merge "docs: fix link to sample app" into honeycomb
* commit '2d022d01d0689b61de87bbf9ffd47703ceae1596': docs: fix link to sample app
-rw-r--r--docs/html/guide/topics/ui/drag-drop.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/drag-drop.jd b/docs/html/guide/topics/ui/drag-drop.jd
index 588b05b328db..46ccdf85bb95 100644
--- a/docs/html/guide/topics/ui/drag-drop.jd
+++ b/docs/html/guide/topics/ui/drag-drop.jd
@@ -88,8 +88,8 @@ page.title=Dragging and Dropping
<h2>Related Samples</h2>
<ol>
<li>
- <a href="{@docRoot}resources/samples/Honeycomb-Gallery/index.html">
- Honeycomb-Gallery</a> sample application.
+ <a href="{@docRoot}resources/samples/HoneycombGallery/index.html">
+ Honeycomb Gallery</a>.
</li>
<li>
<a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/view/DragAndDropDemo.html">