diff --git a/doc/apidocs.xml b/doc/apidocs.xml
index cbb57caeba63ca342abe0d15cb0724efdc86a49e..81f05f59d75762d9949aa8f4b597c3157ca7c112 100644
--- a/doc/apidocs.xml
+++ b/doc/apidocs.xml
@@ -22,7 +22,8 @@
 	    <p><em><jump href="apiDocs/index.html">Click here for the &XercesCName; API documentation.</jump></em></p>
 
 	    <note>The API documentation is automatically generated using
-		<jump href="http://www.stack.nl/~dimitri/doxygen/">doxygen</jump>.</note>
+		<jump href="http://www.stack.nl/~dimitri/doxygen/">doxygen</jump> and
+		<jump href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</jump>.</note>
 
     </s2>
 </s1>
diff --git a/doc/entities.ent b/doc/entities.ent
index c87fac0e16ba2154bb31e633401bd3c850b190fe..95d7d0bd2662502d9729c0dd4ba30fc9bd4d1eae 100644
--- a/doc/entities.ent
+++ b/doc/entities.ent
@@ -9,4 +9,4 @@
 <!ENTITY XercesCWindowsLib    "xerces-c_1">                   <!-- windowslibname -->
 <!ENTITY XercesCUnixLib       "libxerces-c1_1">               <!-- unixlibname -->
 <!ENTITY XercesCEmailAddress  "xerces-c-dev@xml.apache.org "> <!-- emailaddress -->
-<!ENTITY XercesDistDir        "xml.apache.org/dist">          <!-- download directory -->
+<!ENTITY XercesDistDir        "xml.apache.org/dist/xerces-c"> <!-- download directory -->
diff --git a/doc/xerces-c_book.xml b/doc/xerces-c_book.xml
index cf353ce54a58b1653084f986a50dff52452ef778..53b54b0c6269cc87946640cd44c9ee7d9c01cb7a 100644
--- a/doc/xerces-c_book.xml
+++ b/doc/xerces-c_book.xml
@@ -3,14 +3,12 @@
 
 <book title="Xerces-C documentation" copyright="2000 The Apache Software Foundation">
   <external href="../index.html"  label="Home"/>
-  
+
   <separator/>
   <document id="index"       label="Readme"       source="readme.xml"     />
   <document id="install"     label="Installation" source="install.xml"    />
   <document id="build"       label="Build"        source="build.xml"      />
-  
-  <separator/>
-  <external href="http://&XercesDistDir;/"     label="Downloads"    />
+
   <separator/>
   <document id="api"         label="API Docs"     source="apidocs.xml"    />
   <document id="samples"     label="Samples"      source="samples.xml"    />
@@ -24,18 +22,24 @@
             <hidden id="stdinparse" source="stdinparse.xml"/>
             <hidden id="enumval"    source="enumval.xml"/>
             <hidden id="createdoc"  source="createdoc.xml"/>
-            
+
   <document id="program"     label="Programming"  source="program.xml"    />
   <document id="migrate"     label="Migration"    source="migration.xml"  />
-  
+
   <group    id="faqs"        label="FAQs">
     <entry  id="faq-distrib"                      source="faq-distrib.xml"/>
     <entry  id="faq-parse"                        source="faq-parse.xml"  />
     <entry  id="faq-other"                        source="faq-other.xml"  />
   </group>
-  
+
   <separator/>
   <document id="releases"    label="Releases"     source="releases.xml"   />
   <document id="caveats"     label="Caveats"      source="caveats.xml"    />
   <document id="feedback"    label="Feedback"     source="feedback.xml"   />
+
+  <separator/>
+  <external href="http://&XercesDistDir;/"     label="Download"    />
+  <external href="http://xml.apache.org/from-cvs/xml-xerces/"     label="Dev Snapshots"    />
+  <external href="http://xml-archive.webweaving.org/"     label="Mail Archive"    />
+  <external href="http://xml.apache.org/bugs/"     label="Bug Database"    />
 </book>