From 105a6bb643cfdc6403194abe3dd19434c6773723 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Thu, 25 May 2023 06:31:35 -0700 Subject: [PATCH] chore(docs): fix discord link Signed-off-by: Ry Jones --- ui/src/constants/ResourceUrls.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/constants/ResourceUrls.ts b/ui/src/constants/ResourceUrls.ts index 2450c26..f9b7622 100644 --- a/ui/src/constants/ResourceUrls.ts +++ b/ui/src/constants/ResourceUrls.ts @@ -1,5 +1,5 @@ export const ResourceUrls = { - fireflyDiscordInvite: 'https://discord.gg/xZ7qqy97MZ', + fireflyDiscordInvite: 'https://discord.gg/hyperledger', fireflyFFI: 'https://hyperledger.github.io/firefly/reference/firefly_interface_format', fireflySDK: 'https://github.com/hyperledger/firefly-sdk-nodejs',