Author: bwallace
Date: Tue Apr 25 17:54:56 2006
New Revision: 397035
URL: http://svn.apache.org/viewcvs?rev=397035&view=rev
Log:
[TAPESTRY-832] Fixed documentation links
Modified:
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Radio.xml
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/RadioGroup.xml
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/links.ent
Modified:
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Radio.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Radio.xml?rev=397035&r1=397034&r2=397035&view=diff
==============================================================================
---
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Radio.xml
(original)
+++
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/Radio.xml
Tue Apr 25 17:54:56 2006
@@ -34,7 +34,7 @@
<p>Generally the &PropertySelection; component is used in preference to
the Radio and &RadioGroup;, except in special cases.</p>
<p>
- <strong>See also: <link
href="&apiroot;/components/Radio.html">org.apache.tapestry.components.Radio</link>,
&Form;, &Option;, &PropertySelection;, &RadioGroup;, &Select;</strong>
+ <strong>See also: <link
href="&apiroot;/form/Radio.html">org.apache.tapestry.form.Radio</link>, &Form;,
&Option;, &PropertySelection;, &RadioGroup;, &Select;</strong>
</p>
Modified:
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/RadioGroup.xml
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/RadioGroup.xml?rev=397035&r1=397034&r2=397035&view=diff
==============================================================================
---
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/RadioGroup.xml
(original)
+++
tapestry/tapestry4/branches/4.0/framework/src/documentation/content/xdocs/tapestry/ComponentReference/RadioGroup.xml
Tue Apr 25 17:54:56 2006
@@ -40,7 +40,7 @@
</warning>
<p>
- <strong>See also: <link
href="&apiroot;/components/RadioGroup.html">org.apache.tapestry.components.RadioGroup</link>,
&Option;, &PropertySelection;, &Radio;, &Select;</strong>
+ <strong>See also: <link
href="&apiroot;/form/RadioGroup.html">org.apache.tapestry.form.RadioGroup</link>,
&Option;, &PropertySelection;, &Radio;, &Select;</strong>
</p>
Modified:
tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/links.ent
URL:
http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/links.ent?rev=397035&r1=397034&r2=397035&view=diff
==============================================================================
--- tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/links.ent
(original)
+++ tapestry/tapestry4/branches/4.0/src/documentation/content/xdocs/links.ent
Tue Apr 25 17:54:56 2006
@@ -93,7 +93,7 @@
<!ENTITY ITemplateSourceDelegate '<link
href="&apiroot;/engine/ITemplateSourceDelegate.html">ITemplateSourceDelegate</link>'>
<!ENTITY IValidator '<link
href="&apiroot;/valid/IValidator.html">IValidator</link>'>
<!ENTITY IValidationDelegate '<link
href="&apiroot;/valid/IValidationDelegate.html">IValidationDelegate</link>'>
-<!ENTITY IUploadFile '<link
href="&apiroot;/IUploadFile.html">IUploadFile</link>'>
+<!ENTITY IUploadFile '<link
href="&apiroot;/request/IUploadFile.html">IUploadFile</link>'>
<!ENTITY ListenerMap '<link
href="&apiroot;/listener/ListenerMap.html">ListenerMap</link>'>
<!ENTITY PageAttachListener '<link
href="&apiroot;/event/PageAttachListener.html">PageAttachListener</link>'>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]