From 246459ad90027357b88eb6e6a83737661e8ca09c Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 12 Aug 2016 22:50:28 +0200 Subject: [PATCH] fix issue 16372 - Broken links in documentation Also fixing another mistakenly highlighted "format". --- std/stdio.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std/stdio.d b/std/stdio.d index d179298271a..691025719c4 100644 --- a/std/stdio.d +++ b/std/stdio.d @@ -1683,7 +1683,7 @@ is recommended if you want to process a complete file. /** * Read data from the file according to the specified - * $(LINK2 std_format.html#_format-string, format specifier) using + * $(LINK2 std_format.html#_format-string, _format specifier) using * $(REF formattedRead, std,_format). */ uint readf(Data...)(in char[] format, Data data) @@ -3562,7 +3562,7 @@ void writefln(T...)(T args) /** * Read data from $(D stdin) according to the specified - * $(LINK2 std_format.html#format-string, format specifier) using + * $(LINK2 std_format.html#_format-string, _format specifier) using * $(REF formattedRead, std,_format). */ uint readf(A...)(in char[] format, A args)