Skip to content

Commit

Permalink
std.socket, .socketstream: Link to examples on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Sep 7, 2011
1 parent 65c7f6b commit d81efd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion std/socket.d
Expand Up @@ -35,7 +35,7 @@

/**
* Notes: For Win32 systems, link with ws2_32.lib.
* Example: See /dmd/samples/d/listener.d and /dmd/samples/d/htmlget.d
* Example: See $(SAMPLESRC listener.d) and $(SAMPLESRC htmlget.d)
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Christopher E. Miller, $(WEB klickverbot.at, David Nadlinger),
* $(WEB thecybershadow.net, Vladimir Panteleev)
Expand Down
2 changes: 1 addition & 1 deletion std/socketstream.d
Expand Up @@ -27,7 +27,7 @@
* For Win32 systems, link with <tt>ws2_32.lib</tt>.
*
* Example:
* See <tt>/dmd/samples/d/htmlget.d</tt>
* See $(SAMPLESRC htmlget.d)
* Authors: Christopher E. Miller
* References:
* $(LINK2 std_stream.html, std.stream)
Expand Down

0 comments on commit d81efd4

Please sign in to comment.