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 14:07:19 UTC

[GitHub] merlimat closed pull request #2861: Fixed mail address typo on contact page

merlimat closed pull request #2861: Fixed mail address typo on contact page
URL: https://github.com/apache/pulsar/pull/2861
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/site2/website/pages/en/contact.js b/site2/website/pages/en/contact.js
index f1a059728f..88e4a910ea 100644
--- a/site2/website/pages/en/contact.js
+++ b/site2/website/pages/en/contact.js
@@ -18,19 +18,19 @@ class Contact extends React.Component {
       {
         email: 'users@pulsar.apache.org',
         desc: 'User-related discussions',
-        subscribe: 'mailto:users@pulsar.apache.org',
+        subscribe: 'mailto:users-subscribe@pulsar.apache.org',
         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',
+        subscribe: 'mailto:dev-subscribe@pulsar.apache.org',
         unsubscribe: 'mailto:dev-unsubscribe@pulsar.apache.org',
         archives: 'http://mail-archives.apache.org/mod_mbox/pulsar-dev/'
       },
       {
-        email: 'dev@pulsar.apache.org',
+        email: 'commits@pulsar.apache.org',
         desc: 'All commits to the Pulsar repository',
         subscribe: 'mailto:commits-subscribe@pulsar.apache.org',
         unsubscribe: 'mailto:commits-unsubscribe@pulsar.apache.org',


 

----------------------------------------------------------------
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