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

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 53ddd2b19e3 Updated slack links  (#777)
53ddd2b19e3 is described below

commit 53ddd2b19e3de2426e1590831ee41cd494eabb5e
Author: Joshua Poddoku <[email protected]>
AuthorDate: Wed Aug 21 06:00:02 2024 +0400

    Updated slack links  (#777)
    
    * Added new post in blog section
    
    * Update PluginImplementation.md
    
    * updated slack links in most places
---
 blog/2022-05-18-apache-welcomes-devLake/index.md                        | 2 +-
 .../index.md                                                            | 2 +-
 docs/Configuration/Tutorial.md                                          | 2 +-
 docs/DeveloperManuals/PluginImplementation.md                           | 1 -
 docusaurus.config.js                                                    | 2 +-
 livedemo/DivingIntoTheLake/01-Tatiana.md                                | 2 +-
 src/components/Sections/HomepageHeader.tsx                              | 2 +-
 src/components/Sections/JoinCommunity.tsx                               | 2 +-
 8 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/blog/2022-05-18-apache-welcomes-devLake/index.md 
b/blog/2022-05-18-apache-welcomes-devLake/index.md
index f856709d0d1..07ef92a695b 100644
--- a/blog/2022-05-18-apache-welcomes-devLake/index.md
+++ b/blog/2022-05-18-apache-welcomes-devLake/index.md
@@ -70,5 +70,5 @@ Join us on Slack and at our weekly open source community 
meetups🥳
 
 - GitHub:  https://github.com/apache/incubator-devlake
 - Official Website: https://devlake.apache.org/
-- Slack:   
https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w
+- Slack:  
https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg
 - Podling Website:https://incubator.apache.org/projects/devlake.html
\ No newline at end of file
diff --git 
a/blog/2024-04-24-Quick-Start-Guide-Setup-Your-first-Engineering-Metrics-in-5-minutes/index.md
 
b/blog/2024-04-24-Quick-Start-Guide-Setup-Your-first-Engineering-Metrics-in-5-minutes/index.md
index 41615ac8b43..0131c1e8364 100644
--- 
a/blog/2024-04-24-Quick-Start-Guide-Setup-Your-first-Engineering-Metrics-in-5-minutes/index.md
+++ 
b/blog/2024-04-24-Quick-Start-Guide-Setup-Your-first-Engineering-Metrics-in-5-minutes/index.md
@@ -52,6 +52,6 @@ By consolidating these metrics, the dashboard serves as a 
crucial tool for teams
 ## Next Steps
 Congratulations on setting up your first engineering metrics dashboard using 
GitHub and Grafana in just a few minutes! As an open-source tool, DevLake 
[supports various data sources and 
plugins](https://devlake.apache.org/docs/Overview/SupportedDataSources/) while 
ensuring that your data remains securely under your control. Learn more about 
how DevLake can help you by checking the [DORA 
guide](https://devlake.apache.org/docs/DORA/), how to [customize 
dashboards](https://devlake.apache.or [...]
 
-If you haven't already, star [DevLake GitHub 
repository](https://github.com/apache/incubator-devlake) to follow the updates 
and feel free to post your queries on 
[slack](https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w)
 - our vibrant community includes engineering leaders, users, experts, and 
contributors from diverse backgrounds around the world.
+If you haven't already, star [DevLake GitHub 
repository](https://github.com/apache/incubator-devlake) to follow the updates 
and feel free to post your queries on 
[slack](https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg)
 - our vibrant community includes engineering leaders, users, experts, and 
contributors from diverse backgrounds around the world.
 
 Watch this tutorial on [YouTube](https://www.youtube.com/watch?v=DPp6PIUDE1k)
\ No newline at end of file
diff --git a/docs/Configuration/Tutorial.md b/docs/Configuration/Tutorial.md
index 42ac5a5f336..033fde7d87d 100644
--- a/docs/Configuration/Tutorial.md
+++ b/docs/Configuration/Tutorial.md
@@ -60,4 +60,4 @@ Three modes.
    ![img](/img/ConfigUI/BlueprintEditing/blueprint-edit3.png)
 
 
-For other problems, please check the 
[troubleshooting](/Troubleshooting/Configuration.md) doc, [create an 
issue](https://github.com/apache/incubator-devlake/issues), or contact us on 
[Slack](https://join.slack.com/t/devlake-io/shared_invite/zt-17b6vuvps-x98pqseoUagM7EAmKC82xQ).
+For other problems, please check the 
[troubleshooting](/Troubleshooting/Configuration.md) doc, [create an 
issue](https://github.com/apache/incubator-devlake/issues), or contact us on 
[Slack](https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg).
diff --git a/docs/DeveloperManuals/PluginImplementation.md 
b/docs/DeveloperManuals/PluginImplementation.md
index e94646781c5..2fb1cf2e533 100644
--- a/docs/DeveloperManuals/PluginImplementation.md
+++ b/docs/DeveloperManuals/PluginImplementation.md
@@ -8,7 +8,6 @@ description: >
 Plugins are code extensions that enable you to pull data from data-sources and 
present them in DevLake. 
 They can be implemented in both Go and Python. The framework itself is written 
in Go, and Python (called PyDevLake) is a supplemental extension to 
 support developers who prefer it using it. PyDevLake is relatively brand new, 
and we would like to see it gain more traction; we encourage you to give it 
-a try if you are familiar with Python.
 
 The Go development manual can be found 
[here](https://github.com/apache/incubator-devlake/blob/main/backend/DevelopmentManual.md).
 This manual also covers the framework in detail.
 
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 6dcacc914ae..2d03a0338ba 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -280,7 +280,7 @@ const versions = require('./versions.json');
             items: [
               {
                 label: 'Slack',
-                to: 
'https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w',
+                to: 
'https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg',
               },
               {
                 label: 'GitHub Issue Tracker',
diff --git a/livedemo/DivingIntoTheLake/01-Tatiana.md 
b/livedemo/DivingIntoTheLake/01-Tatiana.md
index 2778d9f9a13..41fad9b8f17 100644
--- a/livedemo/DivingIntoTheLake/01-Tatiana.md
+++ b/livedemo/DivingIntoTheLake/01-Tatiana.md
@@ -43,6 +43,6 @@ I like the Westrum survey to measure it: organizational 
culture is a perceptual
 ### Question #4: "If you were starting out in your engineering career again, 
what advice would you share with yourself?"
 > I'd tell myself "you are a great painter! go with that" just kidding. Start 
 > using note taking apps earlier! and remember to approach each task with a 
 > healthy amount of curiosity.
 
-Thanks for taking your time and reading through this. Do share your thoughts 
and comments in our [slack 
community](https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w).
 You can also nominate your favorite leader from the community for the upcoming 
editions of "Diving Into The Lake".
+Thanks for taking your time and reading through this. Do share your thoughts 
and comments in our [slack 
community](https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg).
 You can also nominate your favorite leader from the community for the upcoming 
editions of "Diving Into The Lake".
 
 Happy DevLaking!
\ No newline at end of file
diff --git a/src/components/Sections/HomepageHeader.tsx 
b/src/components/Sections/HomepageHeader.tsx
index cc9dc869c05..dab3d7c036a 100644
--- a/src/components/Sections/HomepageHeader.tsx
+++ b/src/components/Sections/HomepageHeader.tsx
@@ -121,7 +121,7 @@ export function HomepageHeader() {
             mobile:mt-3
             w-[200px] sm:w-[140px] mobile:w-[140px]
             h-[48px] sm:h-[32px] mobile:h-[32px]"
-            
to="https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w";
+            
to="https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg";
           >
             Join Slack
           </Link>
diff --git a/src/components/Sections/JoinCommunity.tsx 
b/src/components/Sections/JoinCommunity.tsx
index 449bb50f36f..331aa0cd8ae 100644
--- a/src/components/Sections/JoinCommunity.tsx
+++ b/src/components/Sections/JoinCommunity.tsx
@@ -14,7 +14,7 @@ export function JoinCommunity() {
       <div className="text-label18 mb-4 text-neutral-500
         sm:text-label16 sm:mb-3">Join our community to stay up to date with 
the latest news, ask and answer questions, make contributions, and connect with 
fellow community members!</div>
       <div className="text-label16 space-y-[8px] flex flex-col">
-        <InlineLink 
link="https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w";>Join
 Slack</InlineLink>
+        <InlineLink 
link="https://join.slack.com/t/devlake-io/shared_invite/zt-2ox842kuu-_6x3Lwdj88YpzKhMRpgnMg";>Join
 Slack</InlineLink>
         <InlineLink 
link="https://devlake.apache.org/community/subscribe";>Subscribe to Mailing 
List</InlineLink>
       </div>
     </div>

Reply via email to