Bug 534413 - Update information on ECA page

Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/ECA.html b/ECA.html
index 3f4b117..70e1301 100644
--- a/ECA.html
+++ b/ECA.html
@@ -11,7 +11,7 @@
 
     <p id="reference">
       <strong>This is a reference copy of the terms of the Eclipse Contributor Agreement. 
-      To actually complete and submit an ECA, please go to the ECA form.</strong>
+      To actually complete and submit an ECA, please go to the <a href="https://accounts.eclipse.org/user/eca">ECA form</a>.</strong>
     </p>
 
     <p>
@@ -116,10 +116,5 @@
       You to re&shy;-confirm this ECA every three years.
     </p> 
   </div>
-  <div id="text4">
-    <p>
-      You represent that the information provided below is accurate.
-    </p> 
-  </div>
 </body>
 </html>
\ No newline at end of file
diff --git a/_projectCommon.php b/_projectCommon.php
index e6fa967..7b6c306 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -26,7 +26,7 @@
 $Nav->addCustomNav("Contact Us", "/org/foundation/contact.php", "_self", 1);
 
 $Nav->addNavSeparator("ECA", "/legal/ECA.php");
-$Nav->addCustomNav("Sign", "/contribute/cla", "_self", 1);
+$Nav->addCustomNav("Sign", "https://accounts.eclipse.org/user/eca", "_self", 1);
 $Nav->addCustomNav("Validation Tool", "/contribute/cla", "_self", 1);
 
 $Nav->addNavSeparator("EPL-2.0", "/legal/epl-2.0");