Skip to content

Commit b9418ac

Browse files
committed
Fix broken link
1 parent 281620c commit b9418ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Read the QMDB paper here: <https://arxiv.org/abs/2412.15022>
4040
## Key data structures
4141

4242
- **Entry** ([`qmdb/src/entryfile/entry.rs`](qmdb/src/entryfile/entry.rs)): The primitive data structure in QMDB, with each Entry corresponding to a single key-value pair.
43-
- **Twigs** ([`qmdb/src/merkletree/twigs.rs`](qmdb/src/merkletree/twigs.rs)): A compact and efficient representation of the Merkle tree, minimizing DRAM usage by keeping most data on SSD.
43+
- **Twigs** ([`qmdb/src/merkletree/twig.rs`](qmdb/src/merkletree/twig.rs)): A compact and efficient representation of the Merkle tree, minimizing DRAM usage by keeping most data on SSD.
4444

4545
## Installation
4646

0 commit comments

Comments
 (0)