Skip to content

Commit

Permalink
Updated new slack URL (#609)
Browse files Browse the repository at this point in the history
* added supported sources section for all pages

* updated relative urls for supported versions

* updated relative url for supported data sources

* added correct urls for changes requested

* updated requested urls for each data source

* updated introduction docs

* corrected the url for data sources

* updated slack urls
  • Loading branch information
JoshuaPoddoku authored Jul 28, 2023
1 parent c4abf22 commit 1b79f7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog/2022-05-18-apache-welcomes-devLake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-18uayb6ut-cHOjiYcBwERQ8VVPZ9cQQw
- Slack: https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w
- Podling Website:https://incubator.apache.org/projects/devlake.html
2 changes: 1 addition & 1 deletion docs/Overview/Roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DevLake has joined the Apache Incubator and is aiming to become a top-level proj
1. As a dev data analysis application, discover and implement 3 (or even more!) usage scenarios:
- A collection of metrics to track the contribution, quality and growth of open-source projects
- DORA metrics for DevOps engineers
- To be decided ([let us know](https://join.slack.com/t/devlake-io/shared_invite/zt-17b6vuvps-x98pqseoUagM7EAmKC82xQ) if you have any suggestions!)
- To be decided ([let us know](https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w) if you have any suggestions!)
2. As dev data infrastructure, provide robust data collection modules, customizable data models, and data extensibility.
3. Design better user experience for end-users and contributors.

Expand Down
2 changes: 1 addition & 1 deletion livedemo/DivingIntoTheLake/01-Tatiana.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-17b6vuvps-x98pqseoUagM7EAmKC82xQ). 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-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w). You can also nominate your favorite leader from the community for the upcoming editions of "Diving Into The Lake".

Happy DevLaking!
2 changes: 1 addition & 1 deletion src/components/Sections/HomepageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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-17b6vuvps-x98pqseoUagM7EAmKC82xQ"
to="https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w"
>
Join Slack
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Sections/JoinCommunity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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-17b6vuvps-x98pqseoUagM7EAmKC82xQ">Join Slack</InlineLink>
<InlineLink link="https://join.slack.com/t/devlake-io/shared_invite/zt-20envwfbk-JUTZ4z9jSeRnrvNhBFLg9w">Join Slack</InlineLink>
<InlineLink link="https://devlake.apache.org/community/subscribe">Subscribe to Mailing List</InlineLink>
</div>
</div>
Expand Down

0 comments on commit 1b79f7b

Please sign in to comment.