diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6e73bd340931d50bbba648d4344887ebe29b4cb9..e9894746dffa903ad6d76993a125fe7650320220 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,17 @@
+2012-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
+
+	* doc/xml/manual/codecvt.xml: Fix reference to Austin Common
+	Standards Revision Group.
+	* doc/xml/manual/messages.xml: Ditto.
+	* doc/xml/manual/using_exceptions.xml: Ditto.
+
+	* doc/xml/manual/messages.xml: Fix reference to GNU gettext.
+
+	* doc/xml/manual/policy_data_structures.xml: Fix reference to
+	STL at SGI.
+	Update reference to COM at Microsoft.
+	Update reference to Worst-case efficient priority queues at ACM.
+	
 2012-11-01  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
 	* testsuite/18_support/initializer_list/range_access.cc: Fix copying
diff --git a/libstdc++-v3/doc/xml/manual/codecvt.xml b/libstdc++-v3/doc/xml/manual/codecvt.xml
index f7d7e486261ca678e3a6decbf11b519ab3de40c0..6ccceb080af8b45a9dab45113db0439dd242a9e6 100644
--- a/libstdc++-v3/doc/xml/manual/codecvt.xml
+++ b/libstdc++-v3/doc/xml/manual/codecvt.xml
@@ -588,7 +588,7 @@ codecvt usage.
   <biblioentry>
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.opengroup.org/austin">
+	      xlink:href="http://www.opengroup.org/austin/">
       System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
 	</link>
       </title>
diff --git a/libstdc++-v3/doc/xml/manual/messages.xml b/libstdc++-v3/doc/xml/manual/messages.xml
index 4dea4b3738b5d5d41bf2e7305f4aafc77eb4ad0e..0eff6dd2d7ed71584402f66ca3d23fe0959a5689 100644
--- a/libstdc++-v3/doc/xml/manual/messages.xml
+++ b/libstdc++-v3/doc/xml/manual/messages.xml
@@ -492,7 +492,7 @@ void test01()
   <biblioentry>
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.opengroup.org/austin">
+	      xlink:href="http://www.opengroup.org/austin/">
       System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
 	</link>
       </title>
@@ -559,7 +559,7 @@ java.util.Locale, java.util.ResourceBundle
   <biblioentry>
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.gnu.org/software/gettext">
+	      xlink:href="https://www.gnu.org/software/gettext/">
       GNU gettext tools, version 0.10.38, Native Language Support
       Library and Tools.
 	</link>
diff --git a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
index 11fad5e018df488760ed605e31549fdaf521be82..c8350aded980d922828a546174a966daec7ebe4c 100644
--- a/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
+++ b/libstdc++-v3/doc/xml/manual/policy_data_structures.xml
@@ -5401,7 +5401,7 @@
     <biblioentry xml:id="biblio.brodal96priority">
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://portal.acm.org/citation.cfm?id=313883">
+	      xlink:href="https://dl.acm.org/citation.cfm?id=313883">
 	  Worst-case efficient priority queues
 	</link>
       </title>
@@ -6193,7 +6193,7 @@
     <biblioentry xml:id="biblio.mscom">
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.microsoft.com/com">
+	      xlink:href="https://www.microsoft.com/com/">
 	  COM: Component Model Object Technologies
 	</link>
       </title>
@@ -6337,7 +6337,7 @@
     <biblioentry xml:id="biblio.sgi_stl">
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.sgi.com/tech/stl">
+	      xlink:href="http://www.sgi.com/tech/stl/">
 	  Standard Template Library Programmer's Guide
 	</link>
       </title>
diff --git a/libstdc++-v3/doc/xml/manual/using_exceptions.xml b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
index d9d271f965284400115beeeff392aecd9022e944..afa597e696a8626aadea6d1dda02e871aae8fb14 100644
--- a/libstdc++-v3/doc/xml/manual/using_exceptions.xml
+++ b/libstdc++-v3/doc/xml/manual/using_exceptions.xml
@@ -440,7 +440,7 @@ is called.
   <biblioentry>
       <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="http://www.opengroup.org/austin">
+	      xlink:href="http://www.opengroup.org/austin/">
 	System Interface Definitions, Issue 7 (IEEE Std. 1003.1-2008)
 	</link>
       </title>