Skip to content

Fix broken links #1285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/networks/flow-networks/accessing-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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())
// ...
}
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/native-vrf/commit-reveal-cadence.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down