This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch chore-slack in repository https://gitbox.apache.org/repos/asf/apisix-website.git
commit a756a08c8b732d0125182c387146745fcabf5dd6 Author: juzhiyuan <[email protected]> AuthorDate: Wed Oct 6 16:37:16 2021 +0800 chore: update Slack invitation link --- website/docusaurus.config.js | 4 ++-- website/src/pages/help.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e23e20a..44bafb9 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -604,7 +604,7 @@ module.exports = { }, { label: "Slack", - to: "https://join.slack.com/t/the-asf/shared_invite/zt-nggtva4i-hDCsW1S35MuZ2g_2DgVDGg", + to: "https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ", }, { label: "Twitter", @@ -636,7 +636,7 @@ module.exports = { backgroundColor: "#e8433e", textColor: 'white', content: - '\u{1F914} Have queries regarding apache APISIX, Join slack channel to discuss them <a target="_blank" rel="noopener noreferrer" href="https://join.slack.com/t/the-asf/shared_invite/zt-nggtva4i-hDCsW1S35MuZ2g_2DgVDGg">join #apisix channel</a>! ⭐️', + '\u{1F914} Have queries regarding apache APISIX, Join slack channel to discuss them <a target="_blank" rel="noopener noreferrer" href="https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ">join #apisix channel</a>! ⭐️', }, prism: { theme: require('prism-react-renderer/themes/github'), diff --git a/website/src/pages/help.js b/website/src/pages/help.js index d684ec3..6e5abb6 100644 --- a/website/src/pages/help.js +++ b/website/src/pages/help.js @@ -70,7 +70,7 @@ function Help(props) { <ChevronRight /> </a> <a - href="https://join.slack.com/t/the-asf/shared_invite/zt-mrougyeu-2aG7BnFaV0VnAT9_JIUVaA" + href="https://join.slack.com/t/the-asf/shared_invite/zt-vlfbf7ch-HkbNHiU_uDlcH_RvaHv9gQ" target="_blank" > Slack
