*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index c36dd21..69dd176 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -25,7 +25,7 @@
# $Nav->setLinkList(array());
# Break the navigation into sections
- $Nav->addNavSeparator("MyProject", "/default");
+ $Nav->addNavSeparator("Mangrove", "/mangrove");
$Nav->addCustomNav("Download", "/mangrove/download.php", "_self", 3);
$Nav->addCustomNav("Documentation", "/mangrove/documentation.php", "_blank", 3);
$Nav->addCustomNav("Support", "/mangrove/support.php", "_blank", 3);
diff --git a/documentation.php b/documentation.php
index 17203a7..fc93f79 100644
--- a/documentation.php
+++ b/documentation.php
@@ -26,10 +26,10 @@
</div>
<p> An older webinar that contains an overall presentation of the project and a simple demo, is available from the link below.
-<img src="images/iconWebinar.gif" style="float: left; margin-right: 8px;"/>
<p>
<a href="http://live.eclipse.org/node/505" style="display: block;">
Bridging SOA Editors in Eclipse STP with the Intermediate Model<br/>
+ <img src="images/iconWebinar.gif" style="float: left; margin-right: 8px;"/>
</a>
</p>
diff --git a/pages/_index.html b/pages/_index.html
index 500407d..3224c93 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -3,7 +3,7 @@
<ul>
<li><a id="buttonDownload" href="download.php" title="Download">Eclipse
Distribution, Update Site, Dropins</a></li>
- <li><a id="buttonDocumentation" href="midcolumn_example.php"
+ <li><a id="buttonDocumentation" href="documentation.php"
title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
<li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
Tracker, Newsgroup, Professional Support</a></li>