Repository: kafka-site Updated Branches: refs/heads/asf-site 4c2079c86 -> bcccba7af
MINOR: add jira@kafka mailing list ijuma please review. We need to wait for merging after the added mailing list appear on http://mail-archives.apache.org/mod_mbox/ Author: Guozhang Wang <[email protected]> Reviewers: Ismael Juma <[email protected]> Closes #62 from guozhangwang/KMinor-jira-mailing-list Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/bcccba7a Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/bcccba7a Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/bcccba7a Branch: refs/heads/asf-site Commit: bcccba7af1b249f5f6d6d9c2b57f7993900b51e4 Parents: 4c2079c Author: Guozhang Wang <[email protected]> Authored: Tue Jun 20 20:48:18 2017 -0700 Committer: Guozhang Wang <[email protected]> Committed: Tue Jun 20 20:48:18 2017 -0700 ---------------------------------------------------------------------- contact.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/bcccba7a/contact.html ---------------------------------------------------------------------- diff --git a/contact.html b/contact.html index a45b4a1..d8fd0ab 100644 --- a/contact.html +++ b/contact.html @@ -17,7 +17,10 @@ <a href="mailto: [email protected]">[email protected]</a>: A list for discussion on Kafka development. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives available <a href="http://mail-archives.apache.org/mod_mbox/kafka-dev">here</a>. </li> <li> - <a href="mailto: [email protected]">[email protected]</a>: A list to track Kafka commits. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives available <a href="http://mail-archives.apache.org/mod_mbox/kafka-commits">here</a>. + <a href="mailto: [email protected]">[email protected]</a>: A list to track Kafka <a href="https://issues.apache.org/jira/projects/KAFKA">JIRA</a> notifications. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives available <a href="http://mail-archives.apache.org/mod_mbox/kafka-jira">here</a>. + </li> + <li> + <a href="mailto: [email protected]">[email protected]</a>: A list to track Kafka commits. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives available <a href="http://mail-archives.apache.org/mod_mbox/kafka-commits">here</a>. </li> </ul>
