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 <[email protected]> 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>
