Skip to content

Commit

Permalink
docs: update link to programs
Browse files Browse the repository at this point in the history
To fixs `Linking outside of the "root" directory is forbidden`
error.
  • Loading branch information
fakedev9999 committed Jan 21, 2025
1 parent c6a7686 commit 94512cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ OP Succinct enables OP Stack blocks to be proven with SP1 through a lightweight

### Core Components

1. **[Range Program](../programs/range/src/main.rs)**
1. **[Range Program](/programs/range/src/main.rs)**
- Derives and executes batches of blocks
- Generates proofs of correct execution

2. **[Aggregation Program](../programs/aggregation/src/main.rs)**
2. **[Aggregation Program](/programs/aggregation/src/main.rs)**
- Aggregates multiple range program proofs
- Reduces on-chain verification costs

Expand Down

0 comments on commit 94512cf

Please sign in to comment.