diff options
author | Robert Ly <robertly@google.com> | 2012-04-10 14:24:00 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-10 14:24:00 -0700 |
commit | 23f08c6d64976989f6519b4c65f2006865e8fd76 (patch) | |
tree | b2a7fd36663ada06ae89f42aa2d37f3e1dcffce5 /docs/html/guide | |
parent | 2e9dac4b0584bce238fed60ba2801af3e7a2c003 (diff) | |
parent | 41a8c7e68acefc21a749643e15eda51c46b24058 (diff) | |
download | frameworks_base-23f08c6d64976989f6519b4c65f2006865e8fd76.zip frameworks_base-23f08c6d64976989f6519b4c65f2006865e8fd76.tar.gz frameworks_base-23f08c6d64976989f6519b4c65f2006865e8fd76.tar.bz2 |
Merge "docs: fixing broken link for bug 6104366" into ics-mr1
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/topics/wireless/wifip2p.jd | 4 |
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> { |