Skip to content

Commit

Permalink
Merge pull request #182 from sablier-labs/refactor/update-discord-url
Browse files Browse the repository at this point in the history
refactor: update discord URL
  • Loading branch information
PaulRBerg authored Sep 27, 2024
2 parents 3ae6c1b + 4cf7284 commit 567a9a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/protocol/09-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ flowchart LR

## Next steps

Looking to get on the allowlist? Reach out to us on [Discord](https://discord.gg/bSwRCwWRsT).
Looking to get on the allowlist? Reach out to us on [Discord](https://discord.sablier.com).
2 changes: 1 addition & 1 deletion docs/contracts/v1/contracts/constant-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ strings.

The contract call could revert with [no reason](https://vmexceptionwhileprocessingtransactionrevert.com/) provided. In
this case, you probably did not approve the Sablier contract to spend your token balance, although this is not
necessarily the case. Ping us on [Discord](https://discord.gg/bSwRCwWRsT) if you get stuck.
necessarily the case. Ping us on [Discord](https://discord.sablier.com) if you get stuck.

:::
4 changes: 2 additions & 2 deletions docs/contracts/v1/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sidebar_position: 1
---

This is a technical account on how to integrate Sablier into your own application. If you have any questions along the
way, please join the #dev channel in the [Sablier Discord server](https://discord.gg/bSwRCwWRsT); our team, and members
of the community, look forward to helping you.
way, please join the #dev channel in the [Sablier Discord server](https://discord.sablier.com); our team, and members of
the community, look forward to helping you.

What we will cover:

Expand Down
2 changes: 1 addition & 1 deletion docs/contracts/v2/guides/06-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The complete interface for `ISablierLockupRecipient` can be found

:::tip

Looking to get on the allowlist? Reach out to us on [Discord](https://discord.gg/bSwRCwWRsT).
Looking to get on the allowlist? Reach out to us on [Discord](https://discord.sablier.com).

:::

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const config: Config = {
},
{
label: "Discord",
href: "https://discord.gg/bSwRCwWRsT",
href: "https://discord.sablier.com",
},
{
label: "Blog",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/links.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const links = {
app: "https://app.sablier.com",
discord: "https://discord.gg/bSwRCwWRsT",
discord: "https://discord.sablier.com",
example: "https://app.sablier.com/stream/LL2-11155111-3/",
forms: {
call: "https://forms.gle/6z3XyfSLXDoRghG99",
Expand Down

0 comments on commit 567a9a8

Please sign in to comment.