Get rid of some invalid refs
diff --git a/_projectCommon.php b/_projectCommon.php
index 9c75eb5..fb1589c 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -27,9 +27,9 @@
# Break the navigation into sections
$Nav->addNavSeparator("TCF", "/tcf");
$Nav->addCustomNav("Download", "/tcf/downloads.php", "_self", 3);
- $Nav->addCustomNav("Documentation", "/tcf/documentation.php", "_blank", 3);
- $Nav->addCustomNav("Support", "/tcf/support.php", "_blank", 3);
- $Nav->addCustomNav("Getting Involved", "/tcf/developers", "_blank", 3);
+ $Nav->addCustomNav("Documentation", "/tcf/documentation.php", "_self", 3);
+ $Nav->addCustomNav("Support", "/tcf/support.php", "_self", 3);
+ $Nav->addCustomNav("Getting Involved", "/tcf/developers.php", "_self", 3);
$Nav->addCustomNav("About this project", "http://projects.eclipse.org/projects/tools.cdt.tcf", "_self", 3);
# Define keywords, author and title here, or in each PHP page specifically
@@ -41,7 +41,7 @@
$Menu->setMenuItemList(array());
$Menu->addMenuItem("Eclipse >", "/", "_self");
$Menu->addMenuItem("CDT >", "/cdt", "_self");
- $Menu->addMenuItem("TCF", "/tcf", "_self");
+ $Menu->addMenuItem("TCF &vbar;", "/tcf", "_self");
$Menu->addMenuItem("Download", "/tcf/downloads.php", "_self");
$Menu->addMenuItem("Documentation", "/tcf/documentation.php", "_self");
$Menu->addMenuItem("Support", "/tcf/support.php", "_self");
diff --git a/downloads.php b/downloads.php
index 3e2c22c..e3cd3f7 100755
--- a/downloads.php
+++ b/downloads.php
@@ -34,7 +34,7 @@
<hr/>
<h3>Bleeding Edge Builds from Hudson</h3>
-<p>See the <b>tcf-*</a> Jobs on the <a href="http://hudson.eclipse.org">Eclipse Hudson Build Server</a></p>
+<p>See the <b>tcf-* Jobs</b> on the <a href="http://hudson.eclipse.org">Eclipse Hudson Build Server</a></p>
</div>
EOHTML;
diff --git a/index.php b/index.php
index 460e470..b3859bd 100755
--- a/index.php
+++ b/index.php
@@ -53,7 +53,7 @@
You can adopt TCF only for auto-discovery and launching, but keep gdb for debugging by using the
TCF gdb remote launch.</p>
-<img class="displayed" src="/tcf/images/te_on_pi.gif" alt="TCF Target Explorer on Raspberry Pi" border="0"/>
+<img class="displayed" src="/tcf/images/te_on_pi.png" alt="TCF Target Explorer on Raspberry Pi" border="0"/>
</div>