Skip to content

Commit

Permalink
Fix more 404s links
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jun 6, 2016
1 parent 765f47b commit a37a5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion std/json.d
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ struct JSONValue

/**
Parses a serialized string and returns a tree of JSON values.
Throws: $(REF JSONException, std,json) if the depth exceeds the max depth.
Throws: $(LREF JSONException) if the depth exceeds the max depth.
Params:
json = json-formatted string to parse
maxDepth = maximum depth of nesting allowed, -1 disables depth checking
Expand Down
2 changes: 1 addition & 1 deletion std/stdio.d
Original file line number Diff line number Diff line change
Expand Up @@ -3568,7 +3568,7 @@ unittest
/**
* Read data from $(D stdin) according to the specified
* $(LINK2 std_format.html#format-string, format specifier) using
* $(REF formattedRead, std,format).
* $(REF formattedRead, std,_format).
*/
uint readf(A...)(in char[] format, A args)
{
Expand Down

0 comments on commit a37a5a9

Please sign in to comment.