Fix the emf query project link
diff --git a/_projectCommon.php b/_projectCommon.php
index 8e02b46..aaf31ff 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -96,7 +96,7 @@
 $Menu->addMenuItem("EMF Query", "/emf-query", "_self");
 $Menu->addMenuItem("Downloads", "/emf-query/downloads.php", "_self");
 $Menu->addMenuItem("Documentation", "/emf-query/documentation.php", "_self");
-$Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emf.emf-query", "_self");
+$Menu->addMenuItem("About", "https://projects.eclipse.org/projects/modeling.emf.query", "_self");
 
 # To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
 $App->Promotion = TRUE;