Skip to content

Commit 631efd7

Browse files
docs(docs/dev): correct cheatcodes.rs's md link path (#6902)
1 parent ee362bd commit 631efd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cheatcodes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The way bindings are generated and extra information can be found in the [`sol!`
113113

114114
We leverage this macro to apply the [`Cheatcode` derive macro](#cheatcode-derive-macro) on the `Vm` interface.
115115

116-
### [`Cheatcode`](../../crates/macros/impl/src/cheatcodes.rs) derive macro
116+
### [`Cheatcode`](../../crates/macros/src/cheatcodes.rs) derive macro
117117

118118
This is derived once on the `Vm` interface declaration, which recursively applies it to all of the
119119
interface's items, as well as the `sol!`-generated items, such as the `VmCalls` enum.

0 commit comments

Comments
 (0)