Skip to content

Commit

Permalink
Fix some invalid links (#8994)
Browse files Browse the repository at this point in the history
Co-authored-by: dokutoku <3729541-dokutoku@users.noreply.gitlab.com>
  • Loading branch information
dokutoku and dokutoku committed Apr 29, 2024
1 parent 140484a commit 9a8325c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion std/algorithm/setops.d
Expand Up @@ -8,7 +8,7 @@ $(LREF setIntersection), $(LREF setSymmetricDifference) expect a range of sorted
ranges as input.
All algorithms are generalized to accept as input not only sets but also
$(HTTP https://en.wikipedia.org/wiki/Multiset, multisets). Each algorithm
$(LINK2 https://en.wikipedia.org/wiki/Multiset, multisets). Each algorithm
documents behaviour in the presence of duplicated inputs.
$(SCRIPT inhibitQuickIndex = 1;)
Expand Down
2 changes: 1 addition & 1 deletion std/socket.d
Expand Up @@ -1925,7 +1925,7 @@ version (StdDdoc)
* auto abstractAddr = new UnixAddress("\0/tmp/dbus-OtHLWmCLPR");
* ---
*
* See_Also: $(HTTP http://man7.org/linux/man-pages/man7/unix.7.html, UNIX(7))
* See_Also: $(HTTP man7.org/linux/man-pages/man7/unix.7.html, UNIX(7))
*/
class UnixAddress: Address
{
Expand Down

0 comments on commit 9a8325c

Please sign in to comment.