From 7d982b6f39ed14dc7ce7dc0ea165e9b3abb9d034 Mon Sep 17 00:00:00 2001 From: Dennis Korpel Date: Mon, 13 Jan 2025 00:32:07 +0100 Subject: [PATCH] Fix reference to 'samples' folder --- std/socket.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/socket.d b/std/socket.d index 7fa9974189f..99ac97ac1e3 100644 --- a/std/socket.d +++ b/std/socket.d @@ -15,7 +15,7 @@ /** * Socket primitives. - * Example: See $(SAMPLESRC listener.d) and $(SAMPLESRC htmlget.d) + * Example: See [listener.d](https://github.com/dlang/undeaD/blob/master/dmdsamples/listener.d) and [htmlget.d](https://github.com/dlang/undeaD/blob/master/dmdsamples/htmlget.d) * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Christopher E. Miller, $(HTTP klickverbot.at, David Nadlinger), * $(HTTP thecybershadow.net, Vladimir Panteleev)