You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/27 07:50:47 UTC

[GitHub] jiazhai opened a new issue #2860: The link issue in http://pulsar.apache.org/en/contact/

jiazhai opened a new issue #2860: The link issue in http://pulsar.apache.org/en/contact/
URL: https://github.com/apache/pulsar/issues/2860
 
 
   In [contact](http://pulsar.apache.org/en/contact) page, the links has some issue: 
   ```
       const mailingLists = [
         {
           email: 'users@pulsar.apache.org',
           desc: 'User-related discussions',
           subscribe: 'mailto:users@pulsar.apache.org',     < === users-subscribe@..
           unsubscribe: 'mailto:users-unsubscribe@pulsar.apache.org',
           archives: 'http://mail-archives.apache.org/mod_mbox/pulsar-users/'
         },
         {
           email: 'dev@pulsar.apache.org',
           desc: 'Development-related discussions',
           subscribe: 'mailto:dev@pulsar.apache.org',    < ===  users-subscribe@..
           unsubscribe: 'mailto:dev-unsubscribe@pulsar.apache.org',
           archives: 'http://mail-archives.apache.org/mod_mbox/pulsar-dev/'
         },
         {
           email: 'dev@pulsar.apache.org',  < === commits@..
           desc: 'All commits to the Pulsar repository',
           subscribe: 'mailto:commits-subscribe@pulsar.apache.org',
           unsubscribe: 'mailto:commits-unsubscribe@pulsar.apache.org',
           archives: 'http://mail-archives.apache.org/mod_mbox/pulsar-commits/'
         }
       ]
   ```
   Thanks for the guy that report this, 
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services