diff options
author | Glenn Adams <gadams@apache.org> | 2012-10-21 19:40:19 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-10-21 19:40:19 +0000 |
commit | 1a5394a6bec2b67910062a8e45c92a473aec8627 (patch) | |
tree | b97b49e8a21de298fd91f73faca3af9c13caea55 /src/documentation/content/xdocs/quickstartguide.xml | |
parent | 3ba7c3902139413b0bb5a3c601d2c0688198d8c3 (diff) | |
download | xmlgraphics-fop-1a5394a6bec2b67910062a8e45c92a473aec8627.tar.gz xmlgraphics-fop-1a5394a6bec2b67910062a8e45c92a473aec8627.zip |
Merge from ^/branches/fop-1_1.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1400707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/quickstartguide.xml')
-rw-r--r-- | src/documentation/content/xdocs/quickstartguide.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/documentation/content/xdocs/quickstartguide.xml b/src/documentation/content/xdocs/quickstartguide.xml index 3d369c08c..bb3822641 100644 --- a/src/documentation/content/xdocs/quickstartguide.xml +++ b/src/documentation/content/xdocs/quickstartguide.xml @@ -29,15 +29,15 @@ <p>The goal of this <strong>Quick Start Guide</strong> is to help novice users get Apache FOP up and running quickly. Typically, you'll need to:</p> <ol> <li><link href="download.html">Download FOP</link></li> - <li><link href="1.1rc1/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li> - <li><link href="1.1rc1/configuration.html">Configure FOP</link></li> - <li><link href="1.1rc1/running.html">Run FOP</link></li> + <li><link href="1.1/compiling.html">Build FOP</link> (you can skip this step if you download the binary distribution!)</li> + <li><link href="1.1/configuration.html">Configure FOP</link></li> + <li><link href="1.1/running.html">Run FOP</link></li> </ol> <p>Here are some links to help you find out what FOP can do, as well as how and where to get help:</p> <ul> - <li><link href="1.1rc1/embedding.html">Calling FOP from a Java Application</link></li> - <li><link href="1.1rc1/servlets.html">Using FOP in Servlets</link></li> - <li><link href="1.1rc1/anttask.html">Using FOP in an 'Ant' Build Script</link></li> + <li><link href="1.1/embedding.html">Calling FOP from a Java Application</link></li> + <li><link href="1.1/servlets.html">Using FOP in Servlets</link></li> + <li><link href="1.1/anttask.html">Using FOP in an 'Ant' Build Script</link></li> <li><link href="compliance.html" title="FOP Compliance">XSL-FO Compliance</link> (what FOP supports and what it doesn't)</li> <li><link href="faq.html">FAQs</link></li> <li><link href="gethelp.html">Getting Help</link></li> @@ -45,7 +45,7 @@ </ul> <p> Once you've familiarized yourself with the basics, you can get more detailed information, - in the detailed FOP <link href="1.1rc1/index.html">product documentation</link>. + in the detailed FOP <link href="1.1/index.html">product documentation</link>. </p> </section> |