You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/01/15 15:06:41 UTC

svn commit: r734712 - in /incubator/click/trunk/click/examples: build.xml webapp/form/multiple-forms-demo.htm

Author: sabob
Date: Thu Jan 15 06:06:41 2009
New Revision: 734712

URL: http://svn.apache.org/viewvc?rev=734712&view=rev
Log:
update website references from SF to Apache

Modified:
    incubator/click/trunk/click/examples/build.xml
    incubator/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm

Modified: incubator/click/trunk/click/examples/build.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/build.xml?rev=734712&r1=734711&r2=734712&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/build.xml (original)
+++ incubator/click/trunk/click/examples/build.xml Thu Jan 15 06:06:41 2009
@@ -96,7 +96,7 @@
          <classpath refid="classpath"/>
          <packageset dir="src"/>
          <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
-         <link href="http://click.sourceforge.net/docs/click-api/"/>
+         <link href="http://incubator.apache.org/click/docs/click-api/"/>
          <link href="http://static.springframework.org/spring/docs/1.2.x/api/"/>
       </javadoc>
       <copy file="../documentation/docs/javadoc-stylesheet.css"  

Modified: incubator/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm?rev=734712&r1=734711&r2=734712&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm (original)
+++ incubator/click/trunk/click/examples/webapp/form/multiple-forms-demo.htm Thu Jan 15 06:06:41 2009
@@ -33,7 +33,7 @@
 
 <p>For more information on duplicate POSTs please read the section 
 <em>"Preventing Accidental Form Posts"</em>
-<a target="_blank" href="http://click.sourceforge.net/docs/click-api/org/apache/click/control/Form.html">
+<a target="_blank" href="http://incubator.apache.org/click/docs/click-api/org/apache/click/control/Form.html">
 in the Form's JavaDoc.</a></p> 
 
 <p>Also look at the