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

rskraba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 8551ecd51 AVRO-3885: Link to Ponymail (#2555)
8551ecd51 is described below

commit 8551ecd5123b92d323ab37cce5190d6544f853e6
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Nov 22 18:46:34 2023 +0100

    AVRO-3885: Link to Ponymail (#2555)
    
    * AVRO-3885: Link to Ponymail
    
    Instead of directly to the email adres. Within Ponymail people can
    subscribe to the devlist, and that is what we encougage people to do.
    
    * Update user as well
---
 doc/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/config.toml b/doc/config.toml
index 78f9c610c..f0c87e998 100644
--- a/doc/config.toml
+++ b/doc/config.toml
@@ -226,7 +226,7 @@ url = "http://www.apache.org/security/";
 # End user relevant links. These will show up on left side of footer and in 
the community page if you have one.
 [[params.links.user]]
   name = "User mailing list"
-  url = "mailto:[email protected]";
+  url = "https://lists.apache.org/[email protected]";
   icon = "fa fa-envelope"
   desc = "Discussion and help from your fellow users"
 [[params.links.user]]
@@ -257,7 +257,7 @@ url = "http://www.apache.org/security/";
   desc = "Chat with other project developers at #avro channel"
 [[params.links.developer]]
   name = "Developer mailing list"
-  url = "mailto:[email protected]";
+  url = "https://lists.apache.org/[email protected]";
   icon = "fa fa-envelope"
   desc = "Discuss development issues around the project"
 

Reply via email to