Skip to content

Commit

Permalink
Switch href to id, add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
piersy committed Oct 1, 2024
1 parent fc9ece6 commit b89d742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cel2/whats-changed.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ Historically the Celo L1 generated a block receipts when system contract calls g

## Improved finality guarantees

The Celo L2 blocks only reference L1 blocks that are finalized, this means that the Celo L2 is protected from re-orgs that could occur due to L1 re-orgs, this is in contrast to the optimism L2 blocks which reference L1 blocks a few blocks behind the L1 chain head.
The Celo L2 blocks only reference L1 blocks that are finalized, this means that the Celo L2 is protected from re-orgs that could occur due to L1 re-orgs, this is in contrast to the optimism L2 blocks which reference L1 blocks a few blocks behind the L1 chain head.
4 changes: 2 additions & 2 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1166,10 +1166,10 @@ const sidebars = {
},
{ type: "doc",
label: "What's Changed?",
href: "/cel2/whats-changed",
id: "cel2/whats-changed",
},
{ type: "link", label: "Cel2 Specs", href: "https://specs.celo.org/" },
{ type: "doc", label: "FAQ", id: "cel2/faq" },
],
};
module.exports = sidebars;
module.exports = sidebars;

0 comments on commit b89d742

Please sign in to comment.