Skip to content

Commit

Permalink
Merge pull request #4726 from aG0aep6G/16372
Browse files Browse the repository at this point in the history
fix issue 16372 - Broken links in documentation
  • Loading branch information
andralex authored Aug 15, 2016
2 parents c1816ae + 246459a commit 2ec8f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions std/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2ec8f54

Please sign in to comment.