From 9a729fc1907e74c191ba6d033518a0888eba69ff Mon Sep 17 00:00:00 2001 From: Dragan Z <45310805+BlocksOnAChain@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:50:30 +0100 Subject: [PATCH] Update README.md with new cannon links from Monorepo I found it more useful for users to land into (https://github.com/ethereum-optimism/optimism/tree/develop/cannon) and get direct information about the onchain MIPS instruction emulator than to drive them towards a repo that is now archived(https://github.com/ethereum-optimism/cannon/) and won't contain the latest docs information in the future. Please review and approve the PR if this also makes sense to other code owners for this project. --- src/docs/protocol/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/protocol/README.md b/src/docs/protocol/README.md index 5f43a19d3..c66e0d07f 100644 --- a/src/docs/protocol/README.md +++ b/src/docs/protocol/README.md @@ -28,4 +28,4 @@ The first step to decentralizing the sequencer is to still have one sequencer at After this, the next step is to support multiple concurrent sequencers. This can be simply achieved by adopting a standard BFT consensus protocol, as used by other L1 protocols and sidechains like Polygon and Cosmos. -You can keep up with the roadmap progress in [Cannon repository](https://github.com/ethereum-optimism/cannon/) for the fault proofs and [Optimism specs repository](https://github.com/ethereum-optimism/optimism/tree/65ec61dde94ffa93342728d324fecf474d228e1f/specs) for the overall protocol work. +You can keep up with the roadmap progress in [Cannon repository](https://github.com/ethereum-optimism/optimism/tree/develop/cannon) for the fault proofs and [Optimism specs repository](https://github.com/ethereum-optimism/optimism/tree/65ec61dde94ffa93342728d324fecf474d228e1f/specs) for the overall protocol work.