diff --git a/doc/apidocs.xml b/doc/apidocs.xml
index 06bd9647d774165e55d759b90ef1ddfbf0c64907..a4816ab9031b237c9acaa7377e83526c058813e5 100644
--- a/doc/apidocs.xml
+++ b/doc/apidocs.xml
@@ -17,7 +17,7 @@
 		we recommend you to read these documents.</p>
 
 	    <p>&XercesCName; SAX is an implementation of the
-		<jump href="http://www.megginson.com/SAX/index.html">SAX 1.0/2.0</jump> specification.
+		<jump href="http://sax.sourceforge.net/">SAX 1.0/2.0</jump> specification.
 		You are encouraged to read this document for a better
 		understanding of the SAX API in &XercesCName;.</p>
 
diff --git a/doc/readme.xml b/doc/readme.xml
index b27fe3ee2395f2a3d472cab948a755dbdca7d05a..cec438fed03325308c1e53088f39df917983fe42 100644
--- a/doc/readme.xml
+++ b/doc/readme.xml
@@ -14,8 +14,8 @@
         and associated standards (
         <jump href="http://www.w3.org/TR/REC-DOM-Level-1/">DOM 1.0</jump>,
         <jump href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM 2.0</jump>.
-        <jump href="http://www.megginson.com/SAX/SAX1/index.html">SAX 1.0</jump>,
-        <jump href="http://www.megginson.com/SAX/index.html">SAX 2.0</jump>,
+        <jump href="http://sax.sourceforge.net/?selected=sax1">SAX 1.0</jump>,
+        <jump href="http://sax.sourceforge.net/">SAX 2.0</jump>,
 		<jump href="http://www.w3.org/TR/REC-xml-names/">Namespaces</jump>).
         &XercesCName; &XercesCVersion; also provides an implementation of a subset of the
         <jump href="http://www.w3.org/TR/xmlschema-0/">Schema</jump>.
@@ -46,7 +46,7 @@
             <li>Tracking of latest
             <jump href="http://www.w3.org/TR/REC-DOM-Level-1/">DOM (Level 1.0)</jump>,
             <jump href="http://www.w3.org/TR/DOM-Level-2-Core/">DOM (Level 2.0)</jump>,
-            <jump href="http://www.megginson.com/SAX/index.html">SAX/SAX2</jump>,
+            <jump href="http://sax.sourceforge.net/">SAX/SAX2</jump>,
             <jump href="http://www.w3.org/TR/REC-xml-names/">Namespace</jump> specifications.</li>
             <li>Experimental <jump href="http://www.w3.org/TR/xmlschema-0/">Schema</jump> subset support</li>
 			<li>Source code, samples, and documentation is provided.</li>