From f8b9c7c763e89f4523513622aa8542ecce0196dd Mon Sep 17 00:00:00 2001 From: Mirror <113173672+Mirror-Tang@users.noreply.github.com> Date: Wed, 13 Sep 2023 05:49:03 +0800 Subject: [PATCH] docs: fix the incorrect link on the advanced-features page (#1441) Co-authored-by: Ori Pomerantz --- docs/pages/store/advanced-features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/store/advanced-features.mdx b/docs/pages/store/advanced-features.mdx index 1ad66d5ed0..e3ff1efea9 100644 --- a/docs/pages/store/advanced-features.mdx +++ b/docs/pages/store/advanced-features.mdx @@ -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