From 5878354f1cbbcdee570167bdd23423f30d202754 Mon Sep 17 00:00:00 2001
From: William Victor Mote
Date: Sat, 21 Jun 2003 14:41:08 +0000
Subject: [PATCH] Fix misc. link problems.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196520 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/dev/extensions.xml | 2 +-
src/documentation/content/xdocs/faq.xml | 2 +-
src/documentation/content/xdocs/team.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/documentation/content/xdocs/dev/extensions.xml b/src/documentation/content/xdocs/dev/extensions.xml
index a188d4ad9..561ec256c 100644
--- a/src/documentation/content/xdocs/dev/extensions.xml
+++ b/src/documentation/content/xdocs/dev/extensions.xml
@@ -38,7 +38,7 @@ They are loaded by FOP when parsing starts to validate input.
correct name space.
The examples for SVG and pdfoutline.fo show how this can be done.
The pdf documents on the FOP site use this extension.
-See also Examples for more examples.
+See also Examples for more examples.
Put your jar file in the classpath
Run FOP using your XSL-FO file as input.
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 16ce66d12..ba6335d88 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -164,7 +164,7 @@
If you run FOP embedded in your servlet, web application or
other Java application, check the classpath of the
application. Check the also the information pertaining servlet engines
+ href="servlets.html#servlet-engine">servlet engines
for further hints.