Skip to content

Commit 8fce426

Browse files
committed
fix(docs): use relative path for access-lists spec link
Update the spec link in access-lists README to use a relative path instead of an absolute GitHub URL, fixing the lychee link check.
1 parent c6b5413 commit 8fce426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shared/access-lists/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A library to build and process Flashblock-level Access Lists (FBALs).
44

5-
See the [spec](https://github.com/base/node-reth/blob/main/docs/specs/access-lists.md) for more details.
5+
See the [spec](../../../docs/specs/access-lists.md) for more details.
66

77
## Overview
88

0 commit comments

Comments
 (0)