Skip to content

Commit

Permalink
docs: fix the incorrect link on the advanced-features page (#1441)
Browse files Browse the repository at this point in the history
Co-authored-by: Ori Pomerantz <[email protected]>
  • Loading branch information
Mirror-Tang and qbzzt authored Sep 12, 2023
1 parent b9e562d commit f8b9c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/store/advanced-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CounterSingleton.set(1);
uint256 value = CounterSingleton.get();
```

Additional documentation on Table library generation can be found in the [`tablegen`](tablegen) section.
Additional documentation on Table library generation can be found in the [`tablegen`](/store/config#store-config--tablegen-tool) section.

### Ephemeral tables

Expand Down

0 comments on commit f8b9c7c

Please sign in to comment.