Author: andyhot
Date: Thu Dec 21 09:00:59 2006
New Revision: 489406

URL: http://svn.apache.org/viewvc?view=rev&rev=489406
Log:
fix hivedoc urls

Modified:
    tapestry/tapestry4/trunk/src/site/xdoc/components/general/describe.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/bindings.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/friendly-urls.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/injection.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/page-class.xml
    tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml

Modified: tapestry/tapestry4/trunk/src/site/xdoc/components/general/describe.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/components/general/describe.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/components/general/describe.xml 
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/components/general/describe.xml Thu 
Dec 21 09:00:59 2006
@@ -28,7 +28,7 @@
                 cases, a property may be described recursively. Simple objects 
may be described as
                 strings. The behavior behind this is extensible, defined in 
terms of contributions
                 to the
-                <a 
href="../../tapestry-framework/hivedocs/config/tapestry.describe.DescribableStrategies">
+                <a 
href="../../tapestry-framework/hivedoc/config/tapestry.describe.DescribableStrategies">
                     tapestry.describe.DescribableStrategies
                 </a>
                 configuration point.
@@ -45,7 +45,7 @@
                         org.apache.tapestry.html.Describe
                     </a>
                     ,
-                    <a 
href="../../tapestry-framework/hivedocs/service/tapestry.describe.HTMLDescriber">
+                    <a 
href="../../tapestry-framework/hivedoc/service/tapestry.describe.HTMLDescriber">
                         tapestry.describe.HTMLDescriber
                     </a>
                 </strong>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/bindings.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/bindings.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/bindings.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/bindings.xml Thu Dec 21 
09:00:59 2006
@@ -208,7 +208,7 @@
                 <td>translator</td>
                 <td>
                     <a
-                        
href="../tapestry/hivedocs/config/tapestry.form.translator.Translators.html">
+                        
href="../tapestry-framework/hivedoc/config/tapestry.form.translator.Translators.html">
                         tapestry.form.translator.Translators
                     </a>
                 </td>
@@ -216,7 +216,7 @@
             <tr>
                 <td>state</td>
                 <td>
-                    <a 
href="../tapestry/hivedocs/config/tapestry.state.ApplicationObjects.html">
+                    <a 
href="../tapestry-framework/hivedoc/config/tapestry.state.ApplicationObjects.html">
                         tapestry.state.ApplicationObjects
                     </a>
                 </td>
@@ -224,7 +224,7 @@
             <tr>
                 <td>validator</td>
                 <td>
-                    <a 
href="../tapestry/hivedocs/config/tapestry.valid.Validators.html">
+                    <a 
href="../tapestry-framework/hivedoc/config/tapestry.valid.Validators.html">
                         tapestry.valid.Validators
                     </a>
                 </td>

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/friendly-urls.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/friendly-urls.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/friendly-urls.xml 
(original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/friendly-urls.xml Thu Dec 
21 09:00:59 2006
@@ -217,7 +217,7 @@
 
                     <p>
                         This contribution to the
-                        <a 
href="../tapestry/hivedocs/config/tapestry.url.ServiceEncoders.html">
+                        <a 
href="../tapestry-framework/hivedoc/config/tapestry.url.ServiceEncoders.html">
                             tapestry.url.ServiceEncoders
                         </a>
                         configuration point creates a

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/injection.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/injection.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/injection.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/injection.xml Thu Dec 21 
09:00:59 2006
@@ -49,11 +49,11 @@
 
             <p>
                 Like so much in Tapestry, this list is open to extension. The
-                <a 
href="../tapestry/hivedocs/config/tapestry.enhance.InjectWorkers.html">
+                <a 
href="../tapestry-framework/hivedoc/config/tapestry.enhance.InjectWorkers.html">
                     tapestry.enhance.InjectWorkers
                 </a>
                 configuration point defines the available types of injection. 
The
-                <a 
href="../tapestry/hivedocs/config/tapestry.enhance.EnhancementWorkers.html">
+                <a 
href="../tapestry-framework/hivedoc/config/tapestry.enhance.EnhancementWorkers.html">
                     tapestry.enhance.EnhancementWorkers
                 </a>
                 configuration point defines an entire pipeline used to perform 
runtime code

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/page-class.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/page-class.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/page-class.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/page-class.xml Thu Dec 21 
09:00:59 2006
@@ -98,7 +98,7 @@
                 <p>
                     These steps are specified in the
                     <a
-                        
href="../tapestry/hivedocs/config/tapestry.page.PageClassProviderChain.html">
+                        
href="../tapestry-framework/hivedoc/config/tapestry.page.PageClassProviderChain.html">
                         tapestry.page.PageClassProviderChain
                     </a>
                     configuration point.
@@ -145,7 +145,7 @@
                     <p>
                         These steps are specified in the
                         <a
-                            
href="../tapestry/hivedocs/config/tapestry.page.ComponentClassProviderChain.html">
+                            
href="../tapestry-framework/hivedoc/config/tapestry.page.ComponentClassProviderChain.html">
                             tapestry.page.ComponentClassProviderChain
                         </a>
                         configuration point.

Modified: tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml?view=diff&rev=489406&r1=489405&r2=489406
==============================================================================
--- tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml (original)
+++ tapestry/tapestry4/trunk/src/site/xdoc/usersguide/spec.xml Thu Dec 21 
09:00:59 2006
@@ -123,7 +123,7 @@
                         ) is no longer supported in release 4.0. 3.0 DTD 
specifications that use
                         &lt;service&gt; will generate a warning. Use the
                         <a
-                            
href="../tapestry/hivedocs/service/tapestry.services.ApplicationServices.html">
+                            
href="../tapestry-framework/hivedoc/service/tapestry.services.ApplicationServices.html">
                             tapestry.services.ApplicationServices
                         </a>
                         configuration point instead.


Reply via email to