From e1093dd8e11f58d4bf2d2675bdecf1c7a840968d Mon Sep 17 00:00:00 2001 From: Tom Haile Date: Wed, 25 Sep 2024 09:38:48 -0500 Subject: [PATCH] update to use the correct discord invite link (#919) --- CONTRIBUTING.md | 3 ++- docs/evm/about.md | 2 +- docs/networks/flow-port/index.md | 2 +- docs/networks/node-ops/node-operation/node-bootstrap.md | 2 +- docs/networks/node-ops/node-operation/upcoming-sporks.md | 2 +- docs/tools/clients/fcl-js/authentication.md | 2 +- docs/tools/clients/fcl-js/index.mdx.txt | 2 +- src/data/external-links.ts | 1 + 8 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a812487267..57dff0a2f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,7 +24,8 @@ The contribution process is designed to be straightforward and collaborative. He Note: Previews are built for each Git branch by Vercel workflow. -For additional assistance or integration support, feel free to request help in the `#devex-builders` [Discord channel](https://discord.com/channels/613813861610684416/1123314820763111465) on the [Flow Discord](https://discord.gg/flow) server. +For additional assistance or integration support, feel free to request help in the `#devex-builders` channel on the [Flow Discord](https://discord.gg/flow) server. + ## Updating Existing Content diff --git a/docs/evm/about.md b/docs/evm/about.md index ec73759811..02bba4591f 100644 --- a/docs/evm/about.md +++ b/docs/evm/about.md @@ -40,7 +40,7 @@ The MEV Resilient design on Flow offers DeFi builders improved market efficiency ## Join the Community -Are you interested in launching an EVM project on Flow or partnering with us? Visit our weekly Flow [office hours](https://calendar.google.com/calendar/ical/c_47978f5cd9da636cadc6b8473102b5092c1a865dd010558393ecb7f9fd0c9ad0%40group.calendar.google.com/public/basic.ics) for discussions on project development and other opportunities for collaboration. You can also chat with us in the Flow [Discord](https://discord.com/channels/613813861610684416/1167476806333513800). +Are you interested in launching an EVM project on Flow or partnering with us? Visit our weekly Flow [office hours](https://calendar.google.com/calendar/ical/c_47978f5cd9da636cadc6b8473102b5092c1a865dd010558393ecb7f9fd0c9ad0%40group.calendar.google.com/public/basic.ics) for discussions on project development and other opportunities for collaboration. You can also chat with us developers-chat in the Flow [Discord](https://discord.gg/flow). ## Further Reading and Discussions diff --git a/docs/networks/flow-port/index.md b/docs/networks/flow-port/index.md index b97bfd4c36..6446009de1 100644 --- a/docs/networks/flow-port/index.md +++ b/docs/networks/flow-port/index.md @@ -154,4 +154,4 @@ Please see a list [here](https://github.com/onflow/flow/blob/master/nodeoperator 6. I am clicking 'submit' to execute a transaction, but nothing is happening. How can I unblock myself? - - a.) Please disable any pop-up blockers and ad blockers you have and refresh the page. If you are still experiencing issues, please reach out via [Discord](https://discord.gg/4yGnMzkZxr) in the appropriate channel. + - a.) Please disable any pop-up blockers and ad blockers you have and refresh the page. If you are still experiencing issues, please reach out via [Discord](https://discord.gg/flow) in the appropriate channel. diff --git a/docs/networks/node-ops/node-operation/node-bootstrap.md b/docs/networks/node-ops/node-operation/node-bootstrap.md index 08a4b2d61b..582ef5d4b8 100644 --- a/docs/networks/node-ops/node-operation/node-bootstrap.md +++ b/docs/networks/node-ops/node-operation/node-bootstrap.md @@ -251,7 +251,7 @@ $ ./boot-tools/transit prepare -b ./bootstrap -r consensus This will generate the public and private transit keys under the bootstrap folder. The transit keys are used to transfer the DKG keys after a network upgrade. -Please share the **public** transit key with the Flow Foundation via [discord](https://discord.com/channels/613813861610684416/694291244020662273) or [email](mailto::governance@flow.com). +Please share the **public** transit key with the Flow Foundation via [discord](https://discord.gg/flow) or [email](mailto::governance@flow.com). ## Step 3 - Start Your Flow Node diff --git a/docs/networks/node-ops/node-operation/upcoming-sporks.md b/docs/networks/node-ops/node-operation/upcoming-sporks.md index ecc4080176..5bfe0c02eb 100644 --- a/docs/networks/node-ops/node-operation/upcoming-sporks.md +++ b/docs/networks/node-ops/node-operation/upcoming-sporks.md @@ -4,7 +4,7 @@ description: Information about upcoming Mainnet & Testnet sporks sidebar_position: 16 --- -The following are the upcoming Spork dates. These dates indicate the intention to Spork. Announcements will be made regarding any delays or changes to these dates in our developer [Discord server](https://discord.com/invite/J6fFnh2xx6). +The following are the upcoming Spork dates. These dates indicate the intention to Spork. Announcements will be made regarding any delays or changes to these dates in our developer [Discord server](https://discord.gg/flow).
diff --git a/docs/tools/clients/fcl-js/authentication.md b/docs/tools/clients/fcl-js/authentication.md index 6865b5f2fb..28cb268974 100644 --- a/docs/tools/clients/fcl-js/authentication.md +++ b/docs/tools/clients/fcl-js/authentication.md @@ -44,4 +44,4 @@ On Flow mainnet, you wont even need to configure anything for this to work, the During development you will probably want to configure your dapp to use [`@onflow/dev-wallet`](https://github.com/onflow/fcl-dev-wallet). The [Quick Start](../../../build/guides/flow-app-quickstart.md) guide will walk you through using it. -We know this can all be fairly overwhelming, we are commited to help though. If you run into any problems, reach out to us on [Discord](https://discord.gg/k6cZ7QC), we are more than happy to help out. +We know this can all be fairly overwhelming, we are committed to help though. If you run into any problems, reach out to us on [Discord](https://discord.gg/flow), we are more than happy to help out. diff --git a/docs/tools/clients/fcl-js/index.mdx.txt b/docs/tools/clients/fcl-js/index.mdx.txt index 1930bcd3f5..041c94546e 100644 --- a/docs/tools/clients/fcl-js/index.mdx.txt +++ b/docs/tools/clients/fcl-js/index.mdx.txt @@ -173,4 +173,4 @@ Notice an problem or want to request a feature? [Add an issue](https://github.co Discuss FCL with the community on the [forum](https://forum.onflow.org/c/developer-tools/flow-fcl/22). -Join the Flow community on [Discord](https://discord.gg/k6cZ7QC) to keep up to date and to talk to the team. +Join the Flow community on [Discord](https://discord.gg/flow) to keep up to date and to talk to the team. diff --git a/src/data/external-links.ts b/src/data/external-links.ts index f2f140299c..258de284d7 100644 --- a/src/data/external-links.ts +++ b/src/data/external-links.ts @@ -6,3 +6,4 @@ export const externalLinks = { twitter: 'https://twitter.com/flow_blockchain', youtube: 'https://www.youtube.com/c/FlowBlockchain', }; +