From 4865b69e6dca6b00e83f36a2c0de3a950f88d0f7 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Thu, 1 Jun 2023 13:54:02 -0700 Subject: [PATCH] updated the slack link --- README.md | 8 ++++---- docs/mint.json | 2 +- frontend/src/components/navigation/NavBarDashboard.tsx | 2 +- frontend/src/pages/home/[id].tsx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 486ee10ef..00124295b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

- Slack | + Slack | Infisical Cloud | Self-Hosting | Docs | @@ -27,7 +27,7 @@ Cloudsmith downloads - + Slack community channel @@ -126,12 +126,12 @@ Whether it's big or small, we love contributions. Check out our guide to see how Not sure where to get started? You can: - [Book a free, non-pressure pairing sessions with one of our teammates](mailto:tony@infisical.com?subject=Pairing%20session&body=I'd%20like%20to%20do%20a%20pairing%20session!)! -- Join our Slack, and ask us any questions there. +- Join our Slack, and ask us any questions there. ## Resources - [Docs](https://infisical.com/docs/documentation/getting-started/introduction) for comprehensive documentation and guides -- [Slack](https://join.slack.com/t/infisical-users/shared_invite/zt-1kdbk07ro-RtoyEt_9E~fyzGo_xQYP6g) for discussion with the community and Infisical team. +- [Slack](https://join.slack.com/t/infisical-users/shared_invite/zt-1wehzfnzn-1aMo5JcGENJiNAC2SD8Jlg) for discussion with the community and Infisical team. - [GitHub](https://github.com/Infisical/infisical) for code, issues, and pull requests - [Twitter](https://twitter.com/infisical) for fast news - [YouTube](https://www.youtube.com/@infisical5306) for videos on secret management diff --git a/docs/mint.json b/docs/mint.json index 8dd1777fd..76925944a 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -72,7 +72,7 @@ { "name": "Slack", "icon": "slack", - "url": "https://join.slack.com/t/infisical-users/shared_invite/zt-1kovn1q6p-p5fvJo7o083naouDkOzgZQ" + "url": "https://join.slack.com/t/infisical-users/shared_invite/zt-1wehzfnzn-1aMo5JcGENJiNAC2SD8Jlg" }, { "name": "GitHub", diff --git a/frontend/src/components/navigation/NavBarDashboard.tsx b/frontend/src/components/navigation/NavBarDashboard.tsx index d1fca6460..b1cea0447 100644 --- a/frontend/src/components/navigation/NavBarDashboard.tsx +++ b/frontend/src/components/navigation/NavBarDashboard.tsx @@ -30,7 +30,7 @@ const supportOptions = (t: TFunction) => [ [ , t('nav.support.slack'), - 'https://join.slack.com/t/infisical/shared_invite/zt-1dgg63ln8-G7PCNJdCymAT9YF3j1ewVA' + 'https://join.slack.com/t/infisical-users/shared_invite/zt-1wehzfnzn-1aMo5JcGENJiNAC2SD8Jlg' ], [ , diff --git a/frontend/src/pages/home/[id].tsx b/frontend/src/pages/home/[id].tsx index e100eab4b..d55f8106d 100644 --- a/frontend/src/pages/home/[id].tsx +++ b/frontend/src/pages/home/[id].tsx @@ -225,7 +225,7 @@ export default function Home() { icon: faSlack, time: '1 min', userAction: 'slack_cta_clicked', - link: 'https://join.slack.com/t/infisical-users/shared_invite/zt-1kdbk07ro-RtoyEt_9E~fyzGo_xQYP6g' + link: 'https://join.slack.com/t/infisical-users/shared_invite/zt-1wehzfnzn-1aMo5JcGENJiNAC2SD8Jlg' })} {learningItem({ text: 'Star Infisical on GitHub',