Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
alilloig committed Nov 23, 2022
1 parent 366aa38 commit 9ef7026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This is a description of the Flow standard for fungible token contracts. It is

## What is Flow?

Flow is a new blockchain for open worlds. Read more about it [here](https://www.onflow.org/).
Flow is a new blockchain for open worlds. Read more about it [here](https://flow.com/).

## What is Cadence?

Cadence is a new Resource-oriented programming language
for developing smart contracts for the Flow Blockchain.
Read more about it [here](https://docs.onflow.org/docs) and see its implementation [here](https://github.com/onflow/cadence)
Read more about it [here](https://developers.flow.com/) and see its implementation [here](https://github.com/onflow/cadence)

We recommend that anyone who is reading this should have already
completed the [Cadence Tutorials](https://docs.onflow.org/docs/getting-started-1)
completed the [Cadence Tutorials](https://developers.flow.com/cadence/tutorial/01-first-steps)
so they can build a basic understanding of the programming language.

Resource-oriented programming, and by extension Cadence,
Expand Down

0 comments on commit 9ef7026

Please sign in to comment.