diff --git a/docs/networks/flow-networks/accessing-mainnet.md b/docs/networks/flow-networks/accessing-mainnet.md index 6b1c988a72..fabc6b944a 100644 --- a/docs/networks/flow-networks/accessing-mainnet.md +++ b/docs/networks/flow-networks/accessing-mainnet.md @@ -10,7 +10,7 @@ description: Guide to mainnet access The Flow Mainnet is available for access at this URL: ``` -access.mainnet.nodes.flow.com:9000 +access.mainnet.nodes.onflow.org:9000 ``` For example, to access the network using the [Flow Go SDK](https://github.com/onflow/flow-go-sdk): @@ -19,7 +19,7 @@ For example, to access the network using the [Flow Go SDK](https://github.com/on import "github.com/onflow/flow-go-sdk/client" func main() { - flowAccessAddress := "access.mainnet.nodes.flow.com:9000" + flowAccessAddress := "access.mainnet.nodes.onflow.org:9000" flowClient, _ := client.New(flowAccessAddress, grpc.WithInsecure()) // ... } diff --git a/docs/tutorials/native-vrf/commit-reveal-cadence.md b/docs/tutorials/native-vrf/commit-reveal-cadence.md index 1b7936c375..efbe909536 100644 --- a/docs/tutorials/native-vrf/commit-reveal-cadence.md +++ b/docs/tutorials/native-vrf/commit-reveal-cadence.md @@ -262,7 +262,7 @@ By harnessing the built-in randomness capabilities on Flow, you can now focus on [chainlink-vrf]: https://docs.chain.link/vrf [flow-faucet]: https://faucet.flow.com/fund-account -[flow-docs]: https://docs.flow.com/flow-cli/install/ +[flow-docs]: https://developers.flow.com [flow-diver]: https://testnet.flowdiver.io/ [github-repo]: https://github.com/onflow/random-coin-toss [run-dnz]: https://run.dnz.dev/