Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Liu2020-10-02 18:38:24 +0000
committerYi Liu2020-10-02 18:38:24 +0000
commit05113e74e43fb386add8d537674b230134304244 (patch)
tree43d59f1fabe498110e135457c4a1c94670a405db
parent00add301984bd84f6301b0cfceaa30f17fadd708 (diff)
downloadmembership-05113e74e43fb386add8d537674b230134304244.tar.gz
membership-05113e74e43fb386add8d537674b230134304244.tar.xz
membership-05113e74e43fb386add8d537674b230134304244.zip
Bug 567535 - add Europe button link to europe page
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org> Change-Id: Ibc7938088df2e001c3e31479455055d6070a0666
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c892d7f..70e44e8 100644
--- a/index.php
+++ b/index.php
@@ -41,6 +41,7 @@ ob_start();
<ul class="list-inline margin-top-30">
<li><a class="btn btn-primary" href="https://accounts.eclipse.org/contact/membership">Contact Us About Membership</a></li>
<li><a class="btn btn-primary" href="https://eclipse.org/membership/exploreMembership.php">Explore Our Members</a></li>
+ <li><a class="btn btn-primary" href="https://www.eclipse.org/europe/">Learn About Our Move to Europe</a></li>
</ul>
</div>
</div>

Back to the top