From 7d663982c546ab3fa224bca49b9ed7f81781c641 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:41:33 +0100 Subject: [PATCH] chore: fix link in readme (#1373) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c53b86f19..6a59c4716b4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Gno is an interpreted and fully-deterministic implementation of the Go programming language, designed to build succinct and composable smart contracts. The first blockchain to use it is Gno.land, a -[Proof of Contribution](./docs/proof-of-contribution.md)-based chain, backed by +[Proof of Contribution](./docs/explanation/proof-of-contribution.md)-based chain, backed by a variation of the [Tendermint](https://docs.tendermint.com/v0.34/introduction/what-is-tendermint.html) consensus engine.