Skip to content

Commit

Permalink
Fix link in background.md (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix authored Jul 18, 2024
1 parent cecf7f7 commit f5a71c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ reducing fees can be achieved by better utilizing bandwidth, computation and sto

### What is an Optimistic Rollup?

[Optimistic rollup](https://vitalik.ca/general/2021/01/05/rollup.html) is a layer 2 scalability technique which
[Optimistic rollup](https://vitalik.eth.limo/general/2021/01/05/rollup.html) is a layer 2 scalability technique which
increases the computation & storage capacity of Ethereum without sacrificing security or decentralization. Transaction
data is submitted on-chain but executed off-chain. If there is an error in the off-chain execution, a fault proof can
be submitted on-chain to correct the error and protect user funds. In the same way you don't go to court unless there
Expand Down

0 comments on commit f5a71c0

Please sign in to comment.