diff options
author | Simon Pepping <spepping@apache.org> | 2005-11-25 22:37:49 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2005-11-25 22:37:49 +0000 |
commit | 39e0e48745f7f7368e02d56f2636da9217a3c31f (patch) | |
tree | dc9fce90b4af0196c4f30cde8a118f5bd6cbdf76 /examples/fo/basic/newlinktest.fo | |
parent | 5f552c3c17b11d61d011ec0202b94e8cf3cb35f1 (diff) | |
download | xmlgraphics-fop-39e0e48745f7f7368e02d56f2636da9217a3c31f.tar.gz xmlgraphics-fop-39e0e48745f7f7368e02d56f2636da9217a3c31f.zip |
Change more links from xml.apache.org to xmlgraphics.apache.org.
Change the file name helloworld.svg to lower case, as used in the java file.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@349032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/fo/basic/newlinktest.fo')
-rw-r--r-- | examples/fo/basic/newlinktest.fo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/fo/basic/newlinktest.fo b/examples/fo/basic/newlinktest.fo index 09e9a8769..650c86d8f 100644 --- a/examples/fo/basic/newlinktest.fo +++ b/examples/fo/basic/newlinktest.fo @@ -25,9 +25,9 @@ font-size="8pt" font-family="serif" line-height="14pt" > - <fo:basic-link external-destination="http://xml.apache.org/fop" + <fo:basic-link external-destination="http://xmlgraphics.apache.org/fop" color="rgb(150,150,150)" font-style="italic"> - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop </fo:basic-link> </fo:block> </fo:static-content> @@ -45,7 +45,7 @@ </fo:block> <fo:block space-after.optimum="12pt" font-family="serif">FOP is part of Apache's XML project. The homepage of FOP is - <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xml.apache.org/fop">http://xml.apache.org/fop</fo:basic-link></fo:inline> + <fo:inline font-style="italic" font-family="serif"><fo:basic-link color="blue" external-destination="http://xmlgraphics.apache.org/fop">http://xmlgraphics.apache.org/fop</fo:basic-link></fo:inline> </fo:block> <fo:block space-after.optimum="12pt" font-family="serif" font-weight="bold" text-align="center"> @@ -133,9 +133,9 @@ align="justify" the link. </fo:block> <fo:block> - <fo:basic-link external-destination="http://xml.apache.org/fop" + <fo:basic-link external-destination="http://xmlgraphics.apache.org/fop" color="blue" text-decoration="underline"> - http://xml.apache.org/fop + http://xmlgraphics.apache.org/fop </fo:basic-link> </fo:block> </fo:block-container> |