You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2019/07/15 08:24:53 UTC

[flink-web] branch asf-site updated: Fix wrong subscribe URL in community page

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

rmetzger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 12f6e6d  Fix wrong subscribe URL in community page
12f6e6d is described below

commit 12f6e6d921a1831164da9963da66a11e3a6c69c8
Author: Yikun Jiang <yi...@gmail.com>
AuthorDate: Mon Jul 15 10:36:09 2019 +0800

    Fix wrong subscribe URL in community page
    
    The subscribe URL should be `*listname*-subscribe@flink.apache.org`, but current is `subscribe-*listname*@flink.apache.org`.
    
    This patch try to fix it and change it as the correct link.
---
 community.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community.md b/community.md
index 5bbe9a9..6443f19 100644
--- a/community.md
+++ b/community.md
@@ -121,7 +121,7 @@ There are many ways to get help from the Apache Flink community. The [mailing li
 
 Before you can post a message to a mailing list, you need to subscribe to the list first. 
 
-1. Send an email without any contents or subject to subscribe-*listname*@flink.apache.org. (replace *listname* with dev, user, user-zh, ..)
+1. Send an email without any contents or subject to *listname*-subscribe@flink.apache.org. (replace *listname* with dev, user, user-zh, ..)
 2. Wait till you receive an email with the subject "confirm subscribe to *listname*@flink.apache.org". Reply to that email, without editing the subject or including any contents
 3. Wait till you receive an email with the subject "WELCOME to *listname*@flink.apache.org".