-
Notifications
You must be signed in to change notification settings - Fork 66
Update onflow.org to flow.com except for infra #1284
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -10,7 +10,7 @@ description: Guide to mainnet access | |||
The Flow Mainnet is available for access at this URL: | |||
|
|||
``` | |||
access.mainnet.nodes.onflow.org:9000 | |||
access.mainnet.nodes.flow.com:9000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is correct here, might need to ask the Protocol Team.
@@ -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.onflow.org:9000" | |||
flowAccessAddress := "access.mainnet.nodes.flow.com:9000" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
[flow-faucet]: https://testnet-faucet.onflow.org/ | ||
[flow-docs]: https://docs.onflow.org/flow-cli/install/ | ||
[flow-faucet]: https://faucet.flow.com/fund-account | ||
[flow-docs]: https://docs.flow.com/flow-cli/install/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be redirected to https://developers.flow.com/
@@ -21,7 +21,7 @@ const events = [ | |||
description: | |||
"Come visit the Flow Booth at NFT NYC to learn more about what builders and teams have been working on!", | |||
eventDate: "June 20-23", | |||
href: "https://share.onflow.org/nft-nyc-2022", | |||
href: "https://share.flow.com/nft-nyc-2022", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TY. This one is zombie content, not actually rendered. Should have left a note
imageSrc: "https://www.svgrepo.com/show/353655/discord-icon.svg", | ||
location: "Online", | ||
tags: ["Flow", "Community", "Discord"], | ||
title: "Flow Tokenomics", | ||
}, | ||
{ | ||
ctaText: "More Details", | ||
href: "https://share.onflow.org/nft-nyc-2022#:~:text=Andbox%20and%20more.-,Blocto,-(3%2D6pm%20ET", | ||
href: "https://share.flow.com/nft-nyc-2022#:~:text=Andbox%20and%20more.-,Blocto,-(3%2D6pm%20ET", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
404
@@ -61,7 +61,7 @@ const events = [ | |||
}, | |||
{ | |||
ctaText: "More Details", | |||
href: "https://share.onflow.org/nft-nyc-2022#:~:text=Building%20the%20NFT%20Marketplace%20of%20the%20Future", | |||
href: "https://share.flow.com/nft-nyc-2022#:~:text=Building%20the%20NFT%20Marketplace%20of%20the%20Future", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
404
@@ -72,7 +72,7 @@ const events = [ | |||
}, | |||
{ | |||
ctaText: "More Details", | |||
href: "https://share.onflow.org/nft-nyc-2022#:~:text=Fireside%20Chat%20with%20Roham", | |||
href: "https://share.flow.com/nft-nyc-2022#:~:text=Fireside%20Chat%20with%20Roham", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
404
Change onflow.org to flow.com where appropriate.
Did not change for fcl-discovery, rpc nodes, etc. because those still use onflow.org