Skip to content

Commit

Permalink
update to use the correct discord invite link (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile authored Sep 25, 2024
1 parent 134e9cf commit e1093dd
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/evm/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/networks/flow-port/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/networks/node-ops/node-operation/node-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::[email protected]).
Please share the **public** transit key with the Flow Foundation via [discord](https://discord.gg/flow) or [email](mailto::[email protected]).

## Step 3 - Start Your Flow Node

Expand Down
2 changes: 1 addition & 1 deletion docs/networks/node-ops/node-operation/upcoming-sporks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<div className="spork-table">

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/clients/fcl-js/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/tools/clients/fcl-js/index.mdx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions src/data/external-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export const externalLinks = {
twitter: 'https://twitter.com/flow_blockchain',
youtube: 'https://www.youtube.com/c/FlowBlockchain',
};

0 comments on commit e1093dd

Please sign in to comment.