summaryrefslogtreecommitdiffstats
path: root/docs/html/guide
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2012-04-10 14:34:04 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-10 14:34:04 -0700
commita8ed2880a81c8e7e175d6a3a1603a4e3e116e430 (patch)
tree7783484dcb4c3c11f9203001f0dcda13d72bed12 /docs/html/guide
parentb18530c45d11cce66bb9d2620bc30b4fce293f94 (diff)
parentd87121f46efd48f63f3cd181c8ff081f11ff0feb (diff)
downloadframeworks_base-a8ed2880a81c8e7e175d6a3a1603a4e3e116e430.zip
frameworks_base-a8ed2880a81c8e7e175d6a3a1603a4e3e116e430.tar.gz
frameworks_base-a8ed2880a81c8e7e175d6a3a1603a4e3e116e430.tar.bz2
am d87121f4: am c71a1bb9: am 23f08c6d: Merge "docs: fixing broken link for bug 6104366" into ics-mr1
* commit 'd87121f46efd48f63f3cd181c8ff081f11ff0feb': docs: fixing broken link for bug 6104366
Diffstat (limited to 'docs/html/guide')
-rw-r--r--docs/html/guide/topics/wireless/wifip2p.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/wireless/wifip2p.jd b/docs/html/guide/topics/wireless/wifip2p.jd
index ec8e71e..82c9abd 100644
--- a/docs/html/guide/topics/wireless/wifip2p.jd
+++ b/docs/html/guide/topics/wireless/wifip2p.jd
@@ -491,10 +491,10 @@ manager.connect(channel, config, new ActionListener() {
</ol>
<p>The following example, modified from the <a href=
- "{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
+ "{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
to create this client-server socket communication and transfer JPEG images from a client
to a server with a service. For a complete working example, compile and run the <a href=
- "{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
+ "{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
<pre>
public static class FileServerAsyncTask extends AsyncTask<Void, Void, String> {