Author: crossley
Date: Tue Mar 17 04:51:45 2009
New Revision: 755118
URL: http://svn.apache.org/viewvc?rev=755118&view=rev
Log:
Workaround for FOR-1104 - pdf output warnings "paragraph overflows the
available area"
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_90/linking.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/linking.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/linking.xml?rev=755118&r1=755117&r2=755118&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/linking.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/linking.xml Tue Mar 17
04:51:45 2009
@@ -577,8 +577,8 @@
</tr>
<tr>
<td>java</td>
- <td>java:org.apache.proj.SomeClass</td>
- <td><code>../../apidocs/org/apache/proj/SomeClass.html</code>
+ <td>java:org.apache.proj.Some</td>
+ <td><code>../../apidocs/org/apache/proj/Some.html</code>
</td>
<td>
Links to documentation for a Java class (typically generated by
@@ -588,7 +588,7 @@
<tr>
<td>mail</td>
<td>mail::<Message-Id></td>
- <td><code>http://marc.theaimsgroup.com?t=12345678</code>
+ <td><code>http://marc.info?t=12345678</code>
</td>
<td>
Links to an email, identified by its <code>Message-Id</code>
@@ -605,8 +605,8 @@
<tr>
<td>person</td>
<td>person:JT, person:JT/blog etc</td>
- <td><code>mailto:jefft<at>apache.org</code>,
- <code>http://www.webweavertech.com/jefft/weblog/</code>
+ <td><code>mailto:jefft <at> apache.org</code>,
+ <code>http://www.example.org/jefft/weblog/</code>
</td>
<td>
A "<code>person:</code>" scheme could be used, say, to insert
an