Skip to content

Commit 10e6a2b

Browse files
authored
Fix dead external links in the English manual (#5664)
* Fix two dead external links reference/ldap/constants.xml: &url.rfc;45282 had an extra digit (link text reads RFC 4528). reference/mongodb/architecture.xml: remove the double slash in the Composer package link. * Drop two retired Microsoft links, keep the reference text The Microsoft KB 321788 page and the MSDN forum post (both 404, no archive snapshot) are unlinked while keeping the surrounding prose.
1 parent 543f982 commit 10e6a2b

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

install/windows/commandline.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,10 @@ Windows Registry Editor Version 5.00
177177
"InheritConsoleHandles"=dword:00000001
178178
]]>
179179
</screen>
180-
Further information regarding this issue can be found in this <link
181-
xlink:href="http://support.microsoft.com/default.aspx?scid=kb;en-us;321788">Microsoft
182-
Knowledgebase Article : 321788</link>.
180+
Further information regarding this issue can be found in Microsoft
181+
Knowledgebase Article 321788.
183182
As of Windows 10, this setting seems to be reversed, making the default install of
184-
Windows 10 support inherited console handles automatically. This <link
185-
xlink:href="https://social.msdn.microsoft.com/Forums/en-US/f19d740d-21c8-4dc2-a9ab-d5c0527e932b/nasty-file-association-regression-bug-in-windows-10-console?forum=windowssdk">
186-
Microsoft forum post</link> provides the explanation.
183+
Windows 10 support inherited console handles automatically.
187184
</para>
188185
</note>
189186
</sect1>

reference/ldap/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
</term>
559559
<listitem>
560560
<simpara>
561-
Control Constant - Assertion (<link xlink:href="&url.rfc;45282">RFC 4528</link>).
561+
Control Constant - Assertion (<link xlink:href="&url.rfc;4528">RFC 4528</link>).
562562
Available as of PHP 7.3.0.
563563
</simpara>
564564
</listitem>

reference/mongodb/architecture.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
43
<chapter xml:id="mongodb.architecture" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
54
<titleabbrev>Driver Architecture and Internals</titleabbrev>
65
<title>Explains the driver architecture, and special features</title>
@@ -34,7 +33,7 @@
3433
At the top of this stack sits a
3534
<link xlink:href="&url.mongodb.library;">PHP library</link>,
3635
which is distributed as a
37-
<link xlink:href="&url.packagist.package;/mongodb/mongodb">Composer package</link>.
36+
<link xlink:href="&url.packagist.package;mongodb/mongodb">Composer package</link>.
3837
This library provides an API consistent with other MongoDB
3938
<link xlink:href="&url.mongodb.drivers;">drivers</link>
4039
and implements various cross-driver

0 commit comments

Comments
 (0)