From 9ef70263bd71ceb9e074cd490675bd22d5c83aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Lillo=20Igualada?= Date: Wed, 23 Nov 2022 21:04:28 +0100 Subject: [PATCH] Fix broken links --- docs/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 1c1a1d91..9d3e43ba 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -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,