Doc update.
diff --git a/doc/download.html b/doc/download.html
index 9d20677..5fa4965 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -15,7 +15,7 @@
<p>
-You can <a href="http://testng.org/testng-6.0.1.zip">download TestNG here</a>.
+You can <a href="http://testng.org/testng-6.1.zip">download TestNG here</a>.
</p>
<p>For the Eclipse plug-in, we suggest using the update site:</p>
<ul>
diff --git a/doc/index.html b/doc/index.html
index fc6b39c..035e9b4 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -42,9 +42,9 @@
<p align="right"><font size="-2"><em>Cédric Beust (cedric at beust.com)<br>
-Current version: 6.0.1<br>
+Current version: 6.1<br>
Created: April 27th, 2004<br>
-Last Modified: March 24th, 2011</em></font></p>
+Last Modified: June 29th, 2011</em></font></p>
<p>TestNG is a testing framework inspired from JUnit and NUnit but introducing
diff --git a/update-beust.com b/update-beust.com
index 71e4386..aac787d 100755
--- a/update-beust.com
+++ b/update-beust.com
@@ -1,11 +1,11 @@
v=5.13
ev=5.13.0.3
-DEST=domains/testng.org/html
+DEST=testng
set -x
scp testng-${v}.jar testng-${v}-bundle.jar testng-${v}.zip testng-eclipse-${ev}.zip ${U}@beust.com:${DEST}
-scp -r javadocs doc/*.html doc/*.css src/main/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
+scp -r javadocs doc/*.html doc/*.css src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}
#scp dtd/* ${U}@beust.com:w/dtd
#(cd ~/java/beust.com; scp -r . ${U}@beust.com:w/eclipse)