From c8a123f4d0f2cc9b611545f5c3055cfcc31fcb05 Mon Sep 17 00:00:00 2001 From: anonymous Date: Sun, 4 Dec 2016 22:14:15 +0100 Subject: [PATCH] fix issue 16948 - broken links in std.stdio due to inccorrect use of WEB macro --- std/stdio.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/std/stdio.d b/std/stdio.d index fdc5065145f..a3c71d2ca34 100644 --- a/std/stdio.d +++ b/std/stdio.d @@ -4333,7 +4333,7 @@ __gshared { /** The standard input stream. Bugs: - Due to $(WEB https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), + Due to $(LINK2 https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), it is thread un-safe to reassign `stdin` to a different `File` instance than the default. */ @@ -4357,7 +4357,7 @@ __gshared /** The standard output stream. Bugs: - Due to $(WEB https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), + Due to $(LINK2 https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), it is thread un-safe to reassign `stdout` to a different `File` instance than the default. */ @@ -4365,7 +4365,7 @@ __gshared /** The standard error stream. Bugs: - Due to $(WEB https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), + Due to $(LINK2 https://issues.dlang.org/show_bug.cgi?id=15768, bug 15768), it is thread un-safe to reassign `stderr` to a different `File` instance than the default. */