diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-07 14:42:07 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-07 14:42:07 +0000 |
commit | 4eddc3ed2b92b0cf5923262be407c743424621cb (patch) | |
tree | 3a689da9ab46d322e2e324f2691a4ad785e73b0e | |
parent | cb11720b135fbc68e49455fe4a969086e5fec979 (diff) | |
download | xmlgraphics-fop-4eddc3ed2b92b0cf5923262be407c743424621cb.tar.gz xmlgraphics-fop-4eddc3ed2b92b0cf5923262be407c743424621cb.zip |
Fix missing link.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196226 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/output.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/content/xdocs/output.xml b/src/documentation/content/xdocs/output.xml index 3cdc28cec..b50b7645e 100644 --- a/src/documentation/content/xdocs/output.xml +++ b/src/documentation/content/xdocs/output.xml @@ -41,7 +41,7 @@ FOP uses a value of 72dpi. <section id="general-direct-output"> <title>Output to a Printer or Other Device</title> <p> -The most obvious way to print your document is to use the FOP <link href="">print renderer</link>, which uses the Java API (AWT). +The most obvious way to print your document is to use the FOP <link href="#print">print renderer</link>, which uses the Java API (AWT). However, you can also send output from the Postscript renderer directly to a Postscript device, or output from the PCL renderer directly to a PCL device. </p> <p> |