Skip to content

Commit 23f08c6

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "docs: fixing broken link for bug 6104366" into ics-mr1
2 parents 2e9dac4 + 41a8c7e commit 23f08c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/guide/topics/wireless/wifip2p.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,10 @@ manager.connect(channel, config, new ActionListener() {
491491
</ol>
492492

493493
<p>The following example, modified from the <a href=
494-
"{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
494+
"{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample, shows you how
495495
to create this client-server socket communication and transfer JPEG images from a client
496496
to a server with a service. For a complete working example, compile and run the <a href=
497-
"{@docRoot}resources/samples/WifiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
497+
"{@docRoot}resources/samples/WiFiDirectDemo/index.html">Wi-Fi Direct Demo</a> sample.</p>
498498
<pre>
499499
public static class FileServerAsyncTask extends AsyncTask<Void, Void, String> {
500500

0 commit comments

Comments
 (0)