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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 62ecf4d  [website] Fix apache pulsar events calendar (#3099)
62ecf4d is described below

commit 62ecf4def4d78367bd4cf4422f5e6a41169bc97f
Author: Sijie Guo <[email protected]>
AuthorDate: Fri Nov 30 14:43:27 2018 -0800

    [website] Fix apache pulsar events calendar (#3099)
    
    *Motivation*
    
    Fix apache pulsar events calendar link
---
 site2/website/pages/en/events.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website/pages/en/events.js b/site2/website/pages/en/events.js
index 1ab903c..baafe24 100644
--- a/site2/website/pages/en/events.js
+++ b/site2/website/pages/en/events.js
@@ -12,7 +12,7 @@ const translate = 
require('../../server/translate.js').translate;
 
 const siteConfig = require(`${CWD}/siteConfig.js`);
 
-const iframeSrc = 
"https://calendar.google.com/calendar/embed?showTitle=0&amp;showPrint=0&amp;showCalendars=0&amp;mode=AGENDA&amp;height=300&amp;wkst=1&amp;hl=en&amp;bgcolor=%23FFFFFF&amp;src=22kknj432ap5io49lvsjaac71o%40group.calendar.google.com&amp;color=%232952A3&amp;ctz=America%2FLos_Angeles";;
+const iframeSrc = 
"https://calendar.google.com/calendar/embed?height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=apache.pulsar.slack%40gmail.com&amp;color=%23875509";;
 
 class Events extends React.Component {
   render() {

Reply via email to