Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jan 27, 2025
1 parent 971b276 commit f273e9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
- [FAQ](./faq.md)
- [Help us improve Foundry](./contributing.md)
- [References](./reference/README.md)

- [CLI Reference](./reference/cli/README.md) <!-- CLI_REFERENCE START -->
- [`forge`](./reference/cli/forge.md)
- [`forge bind`](./reference/cli/forge/bind.md)
Expand Down Expand Up @@ -406,6 +407,7 @@
- [Documentation Generator](./reference/config/doc-generator.md)
- [Etherscan](./reference/config/etherscan.md)
- [Cheatcodes Reference](./cheatcodes/README.md)

- [Environment](./cheatcodes/environment.md)
- [`warp`](./cheatcodes/warp.md)
- [`roll`](./cheatcodes/roll.md)
Expand Down Expand Up @@ -491,9 +493,11 @@
- [`serializeJson`](./cheatcodes/serialize-json.md)
- [`writeJson`](./cheatcodes/write-json.md)
- [`writeToml`](./cheatcodes/write-toml.md)
- [Signing](./cheatcodes/signing.md)
- [`sign`](./cheatcodes/sign.md)
- [`signDelegation`](./cheatcodes/sign-delegation.md)
- [Utilities](./cheatcodes/utilities.md)
- [`addr`](./cheatcodes/addr.md)
- [`sign`](./cheatcodes/sign.md)
- [`skip`](./cheatcodes/skip.md)
- [`label`](./cheatcodes/label.md)
- [`getLabel`](./cheatcodes/get-label.md)
Expand All @@ -512,6 +516,7 @@
- [`setArbitraryStorage`](./cheatcodes/set-arbitrary-storage.md)
- [RPC](./cheatcodes/rpc.md)
- [Files](./cheatcodes/fs.md)

- [Forge Standard Library Reference](./reference/forge-std/README.md)
- [Std Logs](./reference/forge-std/std-logs.md)
- [Std Assertions](./reference/forge-std/std-assertions.md)
Expand Down Expand Up @@ -576,5 +581,6 @@
- [`deriveRememberKey`](./reference/forge-std/derive-remember-key.md)
- [Console Logging](./reference/forge-std/console-log.md)
- [DSTest Reference](./reference/ds-test.md)

- [Miscellaneous](./misc/README.md)
- [Struct encoding](./misc/struct-encoding.md)
2 changes: 1 addition & 1 deletion src/cheatcodes/sign-delegation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## `sign-delegation`
## `signDelegation`

### Signature

Expand Down

0 comments on commit f273e9d

Please sign in to comment.