From 4cf7284c7007f537a65836802f3dda86085f57e3 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Fri, 27 Sep 2024 13:55:17 -0400 Subject: [PATCH] refactor: update discord URL --- docs/concepts/protocol/09-hooks.md | 2 +- docs/contracts/v1/contracts/constant-functions.md | 2 +- docs/contracts/v1/guides/getting-started.md | 4 ++-- docs/contracts/v2/guides/06-hooks.md | 2 +- docusaurus.config.ts | 2 +- src/constants/links.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/concepts/protocol/09-hooks.md b/docs/concepts/protocol/09-hooks.md index b80b781c..4efdbe84 100644 --- a/docs/concepts/protocol/09-hooks.md +++ b/docs/concepts/protocol/09-hooks.md @@ -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). diff --git a/docs/contracts/v1/contracts/constant-functions.md b/docs/contracts/v1/contracts/constant-functions.md index 0fa8f92e..377ebcd3 100644 --- a/docs/contracts/v1/contracts/constant-functions.md +++ b/docs/contracts/v1/contracts/constant-functions.md @@ -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. ::: diff --git a/docs/contracts/v1/guides/getting-started.md b/docs/contracts/v1/guides/getting-started.md index 959647f0..7dbd9ffd 100644 --- a/docs/contracts/v1/guides/getting-started.md +++ b/docs/contracts/v1/guides/getting-started.md @@ -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: diff --git a/docs/contracts/v2/guides/06-hooks.md b/docs/contracts/v2/guides/06-hooks.md index 3ce8d82d..c2ab0157 100644 --- a/docs/contracts/v2/guides/06-hooks.md +++ b/docs/contracts/v2/guides/06-hooks.md @@ -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). ::: diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 010de78e..eb626bef 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -161,7 +161,7 @@ const config: Config = { }, { label: "Discord", - href: "https://discord.gg/bSwRCwWRsT", + href: "https://discord.sablier.com", }, { label: "Blog", diff --git a/src/constants/links.ts b/src/constants/links.ts index c2554952..ffe3fae3 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -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",