You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2016/03/07 11:42:01 UTC

[10/27] incubator-beam-site git commit: Fix broken mailto

Fix broken mailto


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/82f2de26
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/82f2de26
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/82f2de26

Branch: refs/heads/asf-site
Commit: 82f2de2699830624872ce9914f0ae98381a7b727
Parents: 5804162
Author: Stefano Baghino <st...@baghino.me>
Authored: Wed Feb 24 10:03:52 2016 +0100
Committer: Stefano Baghino <st...@baghino.me>
Committed: Wed Feb 24 10:03:52 2016 +0100

----------------------------------------------------------------------
 _pages/team.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/82f2de26/_pages/team.md
----------------------------------------------------------------------
diff --git a/_pages/team.md b/_pages/team.md
index 78d7bda..d385a94 100644
--- a/_pages/team.md
+++ b/_pages/team.md
@@ -27,7 +27,7 @@ The team is comprised of Members and Contributors. Members have direct access to
         <tr>
           <th scope="row">{{ member.name }}</th>
           <td scope="row">{{ member.apache_id }}</td>
-          <td scope="row"><a href="mailto:{{ "member.email" }}">{{ member.email }}</a></td>
+          <td scope="row"><a href="mailto:{{ member.email }}">{{ member.email }}</a></td>
           <td scope="row">{{ member.organization }}</td>
           <td scope="row">{{ member.roles }}</td>
           <td scope="row">{{ member.time_zone }}</td>