Skip to content

Commit 7cbdbba

Browse files
authored
chore: updated community Slack invite link (#236)
## PR Checklist - [x] Linked issue added (e.g., `Fixes #123`) - [x] I have run `bun run format` to ensure code is properly formatted - [x] I have verified that `bun run lint` passes without errors - [ ] If blog post was added: - [ ] Ensure images have been optimised - [ ] Update dates to reflect the actual publishing date when merged (file names, folder names, and frontmatter) ## Summary <!-- What has been updated and why --> Updated the link for joining the community Slack. Fixes INTORG-961
1 parent e21f229 commit 7cbdbba

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/components/blog/CommunityLinks.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
href="https://github.com/interledger/">GitHub</a
1010
>. If the work mentioned here inspired you, we welcome your contributions. You
1111
can join our <a
12-
href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack"
13-
>community slack</a
12+
href="https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA"
13+
>community Slack</a
1414
> or participate in the next <a
1515
href="https://docs.google.com/document/d/1T_Q_eRZtL8GluJR9rVADd7fvkB8mPluMk-d96LM4vlg/edit?usp=sharing"
1616
>community call</a

src/components/pages/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const currentYear = new Date().getFullYear()
1919
</li>
2020
<li>
2121
<a
22-
href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack"
22+
href="https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA"
2323
><img src="/developers/img/lander/icon-slack.svg" alt="Slack" /></a
2424
>
2525
</li>

src/components/pages/FoundationFooter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const currentYear = new Date().getFullYear()
102102
</li>
103103
<li>
104104
<a
105-
href="https://communityinviter.com/apps/interledger/interledger-working-groups-slack"
105+
href="https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA"
106106
aria-label="Interledger Community Slack"
107107
data-umami-event="Footer - Slack"
108108
>

src/content/blog/2024-10-11-where-did-rafiki-money-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ Our initial aim was to retain all active users with registered emails on rafiki.
103103

104104
We truly hope you enjoy this new design as much as we do! We look forward to your [feedback and opinion](https://github.com/interledger/testnet/discussions)! Don’t be shy!
105105

106-
We put our heart and soul into making it both fun and user-friendly. So continue exploring wallet.interledger-test.dev and boutique.interledger-test.dev, and remember, we value and welcome all your feedback! Reach out to us either on [Slack community channels](https://communityinviter.com/apps/interledger/interledger-working-groups-slack), or open a discussion on [Github Test Wallet](https://github.com/interledger/testnet/discussions).
106+
We put our heart and soul into making it both fun and user-friendly. So continue exploring wallet.interledger-test.dev and boutique.interledger-test.dev, and remember, we value and welcome all your feedback! Reach out to us either on [Slack community channels](https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA), or open a discussion on [Github Test Wallet](https://github.com/interledger/testnet/discussions).

src/content/blog/2026-03-26-rafiki-integrator-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ When Rafiki sends a webhook to the ASE, it expects a 200 response. Otherwise, it
127127

128128
Hopefully, this provided you a good starting point to complete your first payment!
129129

130-
If you have other questions, we invite you to join our community [Slack channel](https://communityinviter.com/apps/interledger/interledger-working-groups-slack), and attend our [Rafiki community calls](https://github.com/interledger/rafiki?tab=readme-ov-file#community-calls) every third Tuesday of the month at 14:30 UTC.
130+
If you have other questions, we invite you to join our community [Slack channel](https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA), and attend our [Rafiki community calls](https://github.com/interledger/rafiki?tab=readme-ov-file#community-calls) every third Tuesday of the month at 14:30 UTC.
131131

132132
## FAQ
133133

src/content/docs/get-involved.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We appreciate your interest in contributing to Interledger and welcome contribut
66

77
## Contributing to Interledger
88

9-
If you are new to Interledger and are not sure where your skills can be applied, we hope that the following list can help you get started. And we welcome your questions and feedback in [our Slack channel](https://communityinviter.com/apps/interledger/interledger-working-groups-slack). Many of these projects also host community calls; you can find details in their respective GitHub repository READMEs.
9+
If you are new to Interledger and are not sure where your skills can be applied, we hope that the following list can help you get started. And we welcome your questions and feedback in [our Slack channel](https://join.slack.com/t/interledger/shared_invite/zt-44g089zrn-XdSIiHF~cs8Oo_MBmSfECA). Many of these projects also host community calls; you can find details in their respective GitHub repository READMEs.
1010

1111
If you have experience maintaining and contributing to **open-source projects**, we would love to have you get involved with any of the following projects.
1212

0 commit comments

Comments
 (0)