*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php
index 0dad3e9..43edf56 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -30,7 +30,7 @@
$Nav->addNavSeparator("Support", "/osee/support/", "_self", 3);
$Nav->addCustomNav("Mailing List", "https://dev.eclipse.org/mailman/listinfo/osee-dev", "_self", 3);
$Nav->addCustomNav("Forum", "http://www.eclipse.org/forums/index.php?t=thread&frm_id=68", "_self", 3);
- $Nav->addCustomNav("Contacts", "/osee/contact.php", "_self", 3);
+ $Nav->addCustomNav("Contacts", "/osee/contact/", "_self", 3);
$Nav->addNavSeparator("Getting Involved", "/osee/developers/", "_self", 3);
$Nav->addCustomNav("Source Code", "http://git.eclipse.org/c/osee/org.eclipse.osee.git/", "_self", 3);
diff --git a/downloads/index.php b/downloads/index.php
index 98ba3c7..9e399cd 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -25,7 +25,7 @@
$html = preg_replace('/@RELEASE_VERSION@/', $release_version, $html);
$html = preg_replace('/@EXTERNAL_DOWNLOADS_SITE@/', $externalDownloadsSite, $html);
- $html = preg_replace('@CONFIG_AND_ARGS@/', $configandargs, $html);
+ $html = preg_replace('/@CONFIG_AND_ARGS@/', $configandargs, $html);
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);