website fixes (moving to ASF resources)

- users mailing list
- location of website resources
- whitespace
diff --git a/install.html b/install.html
index e5f8237..269fe6e 100644
--- a/install.html
+++ b/install.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-05-29
+ | Generated by Apache Maven Doxia at 2015-06-03
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150529" />
+    <meta name="Date-Revision-yyyymmdd" content="20150603" />
     <meta http-equiv="Content-Language" content="en" />
     <title>AsterixDB - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -42,7 +42,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2015-05-29</li>
+                  <li id="publishDate">Last Published: 2015-06-03</li>
                       
                 
                     
@@ -636,7 +636,7 @@
 <div class="section">
 <h2><a name="Section3InstallingAsterixDBOnAClusterOfMultipleMachines" id="Section3InstallingAsterixDBOnAClusterOfMultipleMachines">Section 3: Installing AsterixDB on a Cluster of Multiple Machines</a><font size="4"><a href="#toc">[Back to TOC]</a></font><a name="Section_3:_Installing_AsterixDB_on_a_Cluster_of_Multiple_MachinesBack_to_TOC"></a></h2>
 <p>We assume that you have read the two sections above on single-machine AsterixDB setup. Next we explain how to install AsterixDB in a cluster of multiple machines. As an example, we assume we want to setup AsterixDB on a cluster of three machines, in which we use one machine (called machine A) as the master node and two other machines (called machine B and machine C) as the worker nodes, as shown in the following diagram:</p>
-<p><img src="https://asterixdb.googlecode.com/files/AsterixCluster.png" alt="AsterixCluster" /></p>
+<p><img src="images/AsterixCluster.png" alt="AsterixCluster" /></p>
 <p>Notice that each machine has a &#x2018;&#x2018;cluster_ip&#x2019;&#x2019; address, which is used by these machines for their intra-cluster communication. Meanwhile, the master machine also has a &#x2018;&#x2018;client_ip&#x2019;&#x2019; address, using which an end-user outside the cluster can communicate with this machine. The reason we differentiate between these two types of IP addresses is that we can have a cluster of machines using a private network. In this case they have internal ip addresses that cannot be used outside the network. In the case all the machines are on a public network, the &#x201c;client_ip&#x201d; and &#x201c;cluster_ip&#x201d; of the master machine can share the same address.</p>
 <p>Next we describe how to set up AsterixDB in this cluster, assuming no Managix has been installed on these machines.</p>
 <div class="section">