You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by dc...@apache.org on 2020/10/30 10:39:22 UTC

[thrift-website] 06/08: Make committer IDs clickable

This is an automated email from the ASF dual-hosted git repository.

dcelasun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/thrift-website.git

commit d7b0e9e737aa7a48ae6ef195b47fc1a611e1d718
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Oct 29 10:06:51 2020 -0400

    Make committer IDs clickable
---
 about.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/about.md b/about.md
index bc2879a..d48101b 100644
--- a/about.md
+++ b/about.md
@@ -36,7 +36,7 @@ Project Team
     </tr>
     {% for item in site.data.committers %}
     <tr class="">
-      <td class="username">{{ item[0] }}</td>
+      <td class="username"><a href="https://people.apache.org/phonebook.html?uid={{ item[0] }}">{{ item[0] }}</a></td>
       <td class="fullname">{{ item[1] }}</td>
       <td>{{ item[2] }}</td>
       <td align="right">{{ item[3] }}</td>