updated click examples link

git-svn-id: https://svn.apache.org/repos/asf/click/trunk/click@1022032 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/documentation/docs/click-online.html b/documentation/docs/click-online.html
index 55bce19..3f637b7 100644
--- a/documentation/docs/click-online.html
+++ b/documentation/docs/click-online.html
@@ -76,7 +76,7 @@
     <p>Click downloads</p>

   </td>

   <td>

-    <a class="external" target="_blank" href="http://www.avoka.com/click-examples/">Click Examples</a>

+    <a class="external" target="_blank" href="http://click.avoka.com/click-examples/">Click Examples</a>

     <p>Click Examples application</p>

   </td>

   </tr><tr>

diff --git a/documentation/docs/click.html b/documentation/docs/click.html
index 1ff63f4..466bbc1 100644
--- a/documentation/docs/click.html
+++ b/documentation/docs/click.html
@@ -86,7 +86,7 @@
 </ul>

 

 <div class="action-container">

-  <a target="_blank" href="http://www.avoka.com/click-examples/">

+  <a target="_blank" href="http://click.avoka.com/click-examples/">

     <div class="action">Examples</div>

   </a>

   <a target="topic" href="downloads.html">

diff --git a/documentation/docs/examples.html b/documentation/docs/examples.html
index cd141bb..ab6678e 100644
--- a/documentation/docs/examples.html
+++ b/documentation/docs/examples.html
@@ -40,7 +40,7 @@
 config files online.

 <p/>

 You can view this application online at 

-<a target="_blank" class="external" href="http://www.avoka.com/click-examples/">http://www.avoka.com/click-examples/</a>

+<a target="_blank" class="external" href="http://click.avoka.com/click-examples/">http://click.avoka.com/click-examples/</a>

 

 <a name="deploying" class="heading"></a><h3>Deploying Examples</h3>

 

diff --git a/documentation/docs/faq.html b/documentation/docs/faq.html
index 848d375..a8b9cf6 100644
--- a/documentation/docs/faq.html
+++ b/documentation/docs/faq.html
@@ -125,7 +125,7 @@
   <dd>

   	If you want commercial support or training for Click, you can obtain this 

   	from

-	<a target="_blank" href="http://www.avoka.com">Avoka Technologies</a>.

+	<a target="_blank" href="http://click.avoka.com">Avoka Technologies</a>.

 	<p/>

 	For more details please email <a href="mailto:medgar@avoka.com">Malcolm Edgar</a>.	

   </dd>

diff --git a/documentation/xdocs/src/docbook/click/chapter-best-practices.xml b/documentation/xdocs/src/docbook/click/chapter-best-practices.xml
index 6ab1e35..e3d1fd7 100644
--- a/documentation/xdocs/src/docbook/click/chapter-best-practices.xml
+++ b/documentation/xdocs/src/docbook/click/chapter-best-practices.xml
@@ -944,7 +944,7 @@
 &lt;/html&gt;</programlisting>

 

     <para>A live demo is available

-    <ulink url="http://www.avoka.com/click-examples/general/page-imports-example.htm">here</ulink>

+    <ulink url="http://click.avoka.com/click-examples/general/page-imports-example.htm">here</ulink>

     </para>

 

   </sect1>

diff --git a/documentation/xdocs/src/docbook/click/chapter-controls.xml b/documentation/xdocs/src/docbook/click/chapter-controls.xml
index 3d4a410..51c8026 100644
--- a/documentation/xdocs/src/docbook/click/chapter-controls.xml
+++ b/documentation/xdocs/src/docbook/click/chapter-controls.xml
@@ -561,7 +561,7 @@
 &lt;/html&gt; </programlisting>
 
   <para>A live demo showing how to add HEAD elements from a custom Control can
-  be seen <ulink url="http://www.avoka.com/click-examples/general/control-head-demo.htm">here</ulink>.
+  be seen <ulink url="http://click.avoka.com/click-examples/general/control-head-demo.htm">here</ulink>.
   </para>
 
   </sect1>
@@ -1060,7 +1060,7 @@
       transformed into a fancy looking form.
       </para>
 
-      <para>There is a <ulink url="http://www.avoka.com/click-examples/form/contact-details.htm">live demo</ulink>
+      <para>There is a <ulink url="http://click.avoka.com/click-examples/form/contact-details.htm">live demo</ulink>
       showing the programmatic approach.
       </para>
 
diff --git a/documentation/xdocs/src/docbook/click/chapter-introduction.xml b/documentation/xdocs/src/docbook/click/chapter-introduction.xml
index 0f407f3..ca200bb 100644
--- a/documentation/xdocs/src/docbook/click/chapter-introduction.xml
+++ b/documentation/xdocs/src/docbook/click/chapter-introduction.xml
@@ -51,7 +51,7 @@
 

   <para>Possibly the best way to see how Click works is to dive right in and

   look at some examples. (The examples are also available online at

-  <ulink url="http://www.avoka.com/click-examples/">http://www.avoka.com/click-examples/</ulink>

+  <ulink url="http://click.avoka.com/click-examples/">http://click.avoka.com/click-examples/</ulink>

   under the menu "Intro Examples".)

   </para>

 

@@ -839,7 +839,7 @@
       and the fields HTML markup. This is a great feature for quickly building

       screens, and the form control provides a number of layout options. See the

       Click Examples for an interactive

-      <ulink url="http://www.avoka.com/click-examples/form/form-properties.htm">Form Properties demo</ulink>.

+      <ulink url="http://click.avoka.com/click-examples/form/form-properties.htm">Form Properties demo</ulink>.

       </para>

 

       <para>For fine grained page design you can specifically layout form and

diff --git a/documentation/xdocs/src/docbook/click/chapter-pages.xml b/documentation/xdocs/src/docbook/click/chapter-pages.xml
index 5a08ad7..616bc45 100644
--- a/documentation/xdocs/src/docbook/click/chapter-pages.xml
+++ b/documentation/xdocs/src/docbook/click/chapter-pages.xml
@@ -1057,7 +1057,7 @@
         the client you have to do that from the

         <methodname>onSecurityCheck()</methodname> event, since other Page events

         are not executed. Please see

-        <ulink url="http://www.avoka.com/click-examples/ajax/ajax-secure.htm">this</ulink>

+        <ulink url="http://click.avoka.com/click-examples/ajax/ajax-secure.htm">this</ulink>

         example for some strategies on implementing

         <methodname>onSecurityCheck</methodname>  to handle ajax requests.

             </para>

@@ -1613,7 +1613,7 @@
 &lt;/html&gt; </programlisting>

 

     <para>A live demo showing how to add HEAD elements to a Page can be seen

-    <ulink url="http://www.avoka.com/click-examples/general/page-head-demo.htm">here</ulink>.

+    <ulink url="http://click.avoka.com/click-examples/general/page-head-demo.htm">here</ulink>.

     </para>

 

   </sect1>