New homepage
diff --git a/documentation/_header.php b/documentation/_header.php
index b461f6c..e6dc145 100644
--- a/documentation/_header.php
+++ b/documentation/_header.php
@@ -10,7 +10,7 @@
 if (preg_match('@integration = (.*)@', $qualifiers, $match))
 {
 	$latestIntegration = $match[1];
-	$Nav->addCustomNav("Latest Preview Help", "http://download.eclipse.org/modeling/emf/cdo/drops/" . $latestIntegration . "/help", "", 1);
+	$Nav->addCustomNav("Latest Help", "http://download.eclipse.org/modeling/emf/cdo/drops/" . $latestIntegration . "/help", "", 1);
 }
 
 if (preg_match('@releases_4_5 = (.*)@', $qualifiers, $match))
diff --git a/documentation/index.php b/documentation/index.php
index 2be2b39..d8945df 100644
--- a/documentation/index.php
+++ b/documentation/index.php
@@ -9,7 +9,7 @@
 
 $help = "http://download.eclipse.org/modeling/emf/cdo/drops/" . $latestIntegration . "/help";
 $latest = $help . "/org.eclipse.emf.cdo.doc/html";
-$others = "<p class=\"middle\"><i>This overview is an extract from the <a href=\"$help\">Latest Integration Help</a>.<br>\nFor other versions select from the menu bar at the left side.</i></p>\n\n";
+$others = "<p class=\"middle\"><i>This overview is an extract from the <a href=\"$help\">Latest Help</a>.<br>\nFor other versions select from the menu bar at the left side.</i></p>\n\n";
 
 global $App;