aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/documentation/content/xdocs/dev/svg.xml2
-rw-r--r--src/documentation/content/xdocs/extensions.xml2
-rw-r--r--src/documentation/content/xdocs/faq.xml2
-rw-r--r--src/documentation/content/xdocs/svg.xml6
4 files changed, 6 insertions, 6 deletions
diff --git a/src/documentation/content/xdocs/dev/svg.xml b/src/documentation/content/xdocs/dev/svg.xml
index 1af49d90c..2bbe29ca1 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 User Documentation</link> for more information.</p>
+ <p>See also <link href="../svg.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 a4d4b9739..10a78eec0 100644
--- a/src/documentation/content/xdocs/extensions.xml
+++ b/src/documentation/content/xdocs/extensions.xml
@@ -22,7 +22,7 @@ XML markup.
<section>
<title>SVG</title>
<p>
-Please see the <link href="svg.html">SVG page</link> for more details.
+Please see the <link href="svg.html#svg">SVG documentation</link> for more details.
</p>
</section>
<section>
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index 76a2d911a..0d8f9d2d8 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -660,7 +660,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#pdf_text">Placing SVG Text into PDF</link>.</p>
+ <p>See <link href="svg.html#svg-pdf-text">Placing SVG Text into PDF</link>.</p>
</answer>
</faq>
<faq id="svg-headless">
diff --git a/src/documentation/content/xdocs/svg.xml b/src/documentation/content/xdocs/svg.xml
index 7838f81d0..9dbf50ab5 100644
--- a/src/documentation/content/xdocs/svg.xml
+++ b/src/documentation/content/xdocs/svg.xml
@@ -30,7 +30,7 @@
<tr>
<td>GIF</td>
<td>bitmap</td>
- <td>FOP native</td>
+ <td><link href="#native">FOP native</link></td>
</tr>
<tr>
<td>FPX</td>
@@ -43,9 +43,9 @@
<td><link href="#jimi">JIMI</link></td>
</tr>
<tr>
- <td>JPEG</td>
+ <td><link href="#jpeg">JPEG</link></td>
<td>bitmap</td>
- <td>FOP native</td>
+ <td><link href="#native">FOP native</link></td>
</tr>
<tr>
<td>PCX</td>