Repository: kafka-site Updated Branches: refs/heads/asf-site 6a95c8959 -> 04dce4fcf
MINOR: Add new meetup link on events page Added Japan meetup link. If the event page should be meetup.com, I will consider migration to meetup.com. Author: kokumutyoukan <[email protected]> Reviewers: Guozhang Wang <[email protected]> Closes #37 from kokumutyoukan/eventPageUpdate Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/04dce4fc Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/04dce4fc Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/04dce4fc Branch: refs/heads/asf-site Commit: 04dce4fcf007f7010efa66eb69bc1972c5a77fcc Parents: 6a95c89 Author: kokumutyoukan <[email protected]> Authored: Tue Dec 13 17:30:26 2016 -0800 Committer: Guozhang Wang <[email protected]> Committed: Tue Dec 13 17:30:26 2016 -0800 ---------------------------------------------------------------------- events.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/04dce4fc/events.html ---------------------------------------------------------------------- diff --git a/events.html b/events.html index ffb6309..cd58690 100644 --- a/events.html +++ b/events.html @@ -42,6 +42,7 @@ <h5 style="margin-bottom:0;">Asia</h5> <ul> <li><a href="https://www.meetup.com/Beijing-Kafka-Meetup/" target="_blank">Beijing, China</a></li> + <li><a href="https://kafka-apache-jp.connpass.com/" target="_blank">Tokyo, Japan</a></li> </ul> <h5 style="margin-bottom:0; margin-top:4rem">Australia</h5>
