Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2018-05-25 14:05:26 +0000
committerEric Poirier2018-05-25 14:05:35 +0000
commitbd5c1f12567c5409ba4b8cff8d33676718f9c764 (patch)
tree742ec13ee498d786252462fa58482829c4655cf4
parenta222a79e2cf115884825444a4624c5a6c1a75ffa (diff)
downloadlegal-bd5c1f12567c5409ba4b8cff8d33676718f9c764.tar.gz
legal-bd5c1f12567c5409ba4b8cff8d33676718f9c764.tar.xz
legal-bd5c1f12567c5409ba4b8cff8d33676718f9c764.zip
Bug 534413 - Update information on ECA page
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--ECA.html7
-rw-r--r--_projectCommon.php2
2 files changed, 2 insertions, 7 deletions
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("Legal Resources", "/legal/", "_self", 1);
$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");

Back to the top