From 530051b5673ae59c45ed23d76b0ee7720ec0b887 Mon Sep 17 00:00:00 2001 From: Eric Tang Date: Fri, 10 Jun 2022 10:51:44 -0400 Subject: [PATCH] Update README.md fix a dead link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d709a6da6c..2dea5b0145 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Livepeer project aims to deliver a live video-streaming network protocol that is fully decentralized, highly scalable and crypto-token incentivized to serve as the live media layer in the decentralized development (Web3) stack. -[Read our documentation](https://docs.livepeer.org/protocol/overview) to learn more about the protocol and its economic incentives. +[Read our documentation](https://docs.livepeer.org/protocol/) to learn more about the protocol and its economic incentives. `go-livepeer` is a Go implementation of the [Livepeer](https://livepeer.org) protocol which powers the Livepeer Network. Specifically, `go-livepeer` contains implementations of Broadcaster, Orchestrator, and Transcoder nodes (roles) in the Livepeer Network ecosystem.