diff options
author | William Victor Mote <vmote@apache.org> | 2003-06-21 14:41:08 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-06-21 14:41:08 +0000 |
commit | 5878354f1cbbcdee570167bdd23423f30d202754 (patch) | |
tree | 010545469ae0f661481762a9bd4dd1f8b5ff3fc4 /src/documentation/content | |
parent | 6b224cde3d8732b3af689edd314204931418ff70 (diff) | |
download | xmlgraphics-fop-5878354f1cbbcdee570167bdd23423f30d202754.tar.gz xmlgraphics-fop-5878354f1cbbcdee570167bdd23423f30d202754.zip |
Fix misc. link problems.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196520 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content')
-rw-r--r-- | src/documentation/content/xdocs/dev/extensions.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 2 | ||||
-rw-r--r-- | 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.</li> 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 <link href="examples.html">Examples</link> for more examples.</li> +See also <link href="../examples.html">Examples</link> for more examples.</li> <li>Put your jar file in the classpath</li> <li>Run FOP using your XSL-FO file as input.</li> </ol> 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 <link - href="servlets.xml#servlet-engine">servlet engines</link> + href="servlets.html#servlet-engine">servlet engines</link> for further hints. </p> </answer> diff --git a/src/documentation/content/xdocs/team.xml b/src/documentation/content/xdocs/team.xml index 414d830fd..fd6862ece 100644 --- a/src/documentation/content/xdocs/team.xml +++ b/src/documentation/content/xdocs/team.xml @@ -44,7 +44,7 @@ </section> <section id="founder"> <title>Founder</title> - <p>FOP was originally created and donated to the Apache Software Foundation by <link href="jtauber@jtauber.com">James Tauber</link>. Information about him can be found at <jump href="http://www.jtauber.com">his website</jump>.</p> + <p>FOP was originally created and donated to the Apache Software Foundation by <link href="mailto:jtauber@jtauber.com">James Tauber</link>. Information about him can be found at <jump href="http://www.jtauber.com">his website</jump>.</p> </section> <section id="commit-former"> <title>Former Committers</title> |