This is an automated email from the ASF dual-hosted git repository. lincoln pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 9f595f70f2b0f7e66743c87354b5a0d5a09f267a Author: lincoln lee <[email protected]> AuthorDate: Tue Jan 10 09:45:47 2023 +0800 Rebuild website --- content/community.html | 6 ++++++ content/zh/community.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/content/community.html b/content/community.html index b0d48c151..60c0c1a21 100644 --- a/content/community.html +++ b/content/community.html @@ -983,6 +983,12 @@ Thanks, <td class="text-center">Committer</td> <td class="text-center">lindong</td> </tr> + <tr> + <td class="text-center"><img src="https://avatars.githubusercontent.com/u/3712895?s=50" class="committer-avatar" /></td> + <td class="text-center">Lincoln Lee</td> + <td class="text-center">Committer</td> + <td class="text-center">lincoln</td> + </tr> </table> <p>You can reach committers directly at <code><apache-id>@apache.org</code>. A list of all contributors can be found <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">here</a>.</p> diff --git a/content/zh/community.html b/content/zh/community.html index 6e5da3878..b5e7e867c 100644 --- a/content/zh/community.html +++ b/content/zh/community.html @@ -962,6 +962,12 @@ Thanks, <td class="text-center">Committer</td> <td class="text-center">lindong</td> </tr> + <tr> + <td class="text-center"><img src="https://avatars.githubusercontent.com/u/3712895?s=50" class="committer-avatar" /></td> + <td class="text-center">Lincoln Lee</td> + <td class="text-center">Committer</td> + <td class="text-center">lincoln</td> + </tr> </table> <p>可以通过 <code><apache-id>@apache.org</code> 直接联系 committer。可以在 <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">这里</a> 找到所有的贡献者。</p>
