Index: author/src/documentation/content/xdocs/index.xml
===================================================================
--- author/src/documentation/content/xdocs/index.xml	(revision 771976)
+++ author/src/documentation/content/xdocs/index.xml	(working copy)
@@ -63,7 +63,7 @@
         <li><a href="releases.html">Download</a> Hadoop from the release page.</li>
         <li>Hadoop <a href="ext:docs/current/quickstart">Quickstart</a>.</li>
         <li><a href="ext:docs/current/cluster_setup">Hadoop Cluster Setup</a>.</li>
-        <li><a href="http://www.cloudera.com/hadoop-training-basic">Watch the Training</a>.</li>
+        <li><a href="http://vimeo.com/3584610" rel="nofollow">Watch the Training</a>.</li>
         <li><a href="mailing_lists.html">Discuss it</a> on the mailing list.</li>
       </ol>
     </section>
Index: build.xml
===================================================================
--- build.xml	(revision 771976)
+++ build.xml	(working copy)
@@ -1,10 +1,14 @@
 <?xml version="1.0"?>
 
 <project name="site" default="update" basedir=".">
-  
+
+  <!-- Load user's default properties. -->
+  <property file="${user.home}/build.properties" />  
+
   <target name="update" depends="forrest.check, clean" description="Generate forrest-based documentation. To use, specify -Dforrest.home=&lt;base of Apache Forrest installation&gt; on the command line." if="forrest.home">
     <exec dir="author" executable="${forrest.home}/bin/forrest" failonerror="true">
       <env key="JAVA_HOME" value="${java5.home}"/>
+      <arg value="-Dforrest.validate.xdocs.failonerror=false"/>
     </exec>
     <copy todir="publish/">
       <fileset dir="author/build/site/" />
