changed level of html links
diff --git a/_projectCommon.php b/_projectCommon.php
index d3c7785..2f27422 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -15,14 +15,14 @@
# Define your project-wide Nav bars here.
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# these are optional
- $Nav->addNavSeparator("Project Home", "index.php");
- $Nav->addCustomNav( "About This Project", "/projects/project_summary.php?projectid=technology.swtbot", "", 2);
- $Nav->addCustomNav("Downloads", "downloads.php", "_self", 2);
- $Nav->addCustomNav("Users Guide", "http://wiki.eclipse.org/SWTBot/UsersGuide", "_self", 2);
- $Nav->addCustomNav("FAQ", "http://wiki.eclipse.org/SWTBot/FAQ", "_self", 2);
+ $Nav->addCustomNav("Project Home", "index.php");
+ $Nav->addCustomNav("About This Project", "/projects/project_summary.php?projectid=technology.swtbot");
+ $Nav->addCustomNav("Downloads", "downloads.php");
+ $Nav->addCustomNav("Users Guide", "http://wiki.eclipse.org/SWTBot/UsersGuide");
+ $Nav->addCustomNav("FAQ", "http://wiki.eclipse.org/SWTBot/FAQ");
- $Nav->addCustomNav("Who's Using It?", "http://wiki.eclipse.org/SWTBot/Who_Is_Using_SWTBot", "_self", 2);
- $Nav->addCustomNav("Contributing", "http://wiki.eclipse.org/SWTBot/Contributing", "_self", 2);
- $Nav->addCustomNav("All Pages", "http://wiki.eclipse.org/Category:SWTBot", "_self", 2);
+ $Nav->addCustomNav("Who's Using It?", "http://wiki.eclipse.org/SWTBot/Who_Is_Using_SWTBot");
+ $Nav->addCustomNav("Contributing", "http://wiki.eclipse.org/SWTBot/Contributing");
+ $Nav->addCustomNav("All Pages", "http://wiki.eclipse.org/Category:SWTBot");
-?>
+?>
\ No newline at end of file