diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-23 22:59:46 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-23 22:59:46 +0000 |
commit | 9fba098e594f4a0a4a19d7a09fab2fe7343e510e (patch) | |
tree | bceaffbae8dc82a43faf5d8746cd5a3c74f2952b /src | |
parent | 82af548d94a5ad290b9f25445e41ff5004afb876 (diff) | |
download | xmlgraphics-fop-9fba098e594f4a0a4a19d7a09fab2fe7343e510e.tar.gz xmlgraphics-fop-9fba098e594f4a0a4a19d7a09fab2fe7343e510e.zip |
Fix links broken by move of svg.xml to graphics.xml.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/documentation/content/xdocs/dev/svg.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/extensions.xml | 2 | ||||
-rw-r--r-- | src/documentation/content/xdocs/faq.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/documentation/content/xdocs/dev/svg.xml b/src/documentation/content/xdocs/dev/svg.xml index 2bbe29ca1..6399296e3 100644 --- a/src/documentation/content/xdocs/dev/svg.xml +++ b/src/documentation/content/xdocs/dev/svg.xml @@ -7,7 +7,7 @@ <title>SVG Developer Issues</title> </header> <body> - <p>See also <link href="../svg.html#svg">SVG User Documentation</link> for more information.</p> + <p>See also <link href="../graphics.html#svg">SVG User Documentation</link> for more information.</p> <section> <title>Examples</title> <p> diff --git a/src/documentation/content/xdocs/extensions.xml b/src/documentation/content/xdocs/extensions.xml index a88f280a8..167f1577c 100644 --- a/src/documentation/content/xdocs/extensions.xml +++ b/src/documentation/content/xdocs/extensions.xml @@ -14,7 +14,7 @@ By having a mechanism for supporting extensions, FOP is able to add features tha <section id="svg"> <title>SVG</title> <p> -Please see the <link href="svg.html#svg">SVG documentation</link> for more details. +Please see the <link href="graphics.html#svg">SVG documentation</link> for more details. </p> </section> <section id="bookmarks"> diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 6057cbed9..2e74ff0f0 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -408,7 +408,7 @@ <faq id="png-fails"> <question>My graphical images do not work properly.</question> <answer> - <p>See <link href="svg.html">Graphical Formats</link>.</p> + <p>See <link href="graphics.html">Graphical Formats</link>.</p> </answer> </faq> <faq id="graphic-resolution"> @@ -603,7 +603,7 @@ See <link href="#usercfg">loading the user configuration file</link> for further <question>The rendering of SVG text in my PDF is of poor quality. Can I control this?</question> <answer> - <p>See <link href="svg.html#svg-pdf-text">Placing SVG Text into PDF</link>.</p> + <p>See <link href="graphics.html#svg-pdf-text">Placing SVG Text into PDF</link>.</p> </answer> </faq> <faq id="svg-headless"> |