From b8d733e66b4766a749c22da4c262d7c91a627e95 Mon Sep 17 00:00:00 2001
From: "Unknown (abagchi)" <dev-null@apache.org>
Date: Wed, 26 Jan 2000 19:51:20 +0000
Subject: [PATCH] Fixed some minor problems and broken links

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171667 13f79535-47bb-0310-9956-ffa450edef68
---
 doc/apidocs.xml | 2 +-
 doc/samples.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/apidocs.xml b/doc/apidocs.xml
index 97df5030f..6ed251093 100644
--- a/doc/apidocs.xml
+++ b/doc/apidocs.xml
@@ -19,7 +19,7 @@
 		You are encouraged to read this document for a better 
 		understanding of the SAX API in &XercesCName;.</p>
 		
-	    <p><em><jump href="../apiDocs/index.html">Click here for the &XercesCName; API documentation.</jump></em></p>
+	    <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.zib.de/Visual/software/doc++/index.html">DOC++</jump>.</note>
diff --git a/doc/samples.xml b/doc/samples.xml
index 220b76f1f..46abf41c7 100644
--- a/doc/samples.xml
+++ b/doc/samples.xml
@@ -4,7 +4,7 @@
 <s1 title="&XercesCName; Samples">
 
     <s2 title="Building the Samples">
-    <p>&XercesCName; comes packaged with nine sample applications that
+    <p>&XercesCName; comes packaged with ten sample applications that
     demonstrate salient features of the parser using simple
     applications written on top of the SAX and DOM APIs provided by
     the parser.</p>
-- 
GitLab