From 8b427ccab46e80b564de0dc1ec743dbd8d2a1c5d Mon Sep 17 00:00:00 2001 From: josh crites Date: Tue, 6 Feb 2024 01:45:18 -0500 Subject: [PATCH] chore(docs): Update broken link ref in slow_updates_tree.md (#4339) fix broken internal doc link --- docs/docs/developers/contracts/syntax/slow_updates_tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developers/contracts/syntax/slow_updates_tree.md b/docs/docs/developers/contracts/syntax/slow_updates_tree.md index 4f1e79608a1..8449cdcf362 100644 --- a/docs/docs/developers/contracts/syntax/slow_updates_tree.md +++ b/docs/docs/developers/contracts/syntax/slow_updates_tree.md @@ -11,7 +11,7 @@ On this page you will learn: 1. [The components involved in using the slow updates tree](slow_updates_tree.md#components-involved-in-implementing-a-slow-updates-tree) 2. [How you can integrate it into your own smart contract](slow_updates_tree.md#how-to-integrate-a-slow-updates-tree) 3. [An example of a token blacklisting contract that uses the slow updates tree](slow_updates_tree.md#exploring-an-example-integration-through-a-tokenblacklist-smart-contract) -4. [Interface Reference](slow_updates_tree.md#reference) +4. [Interface Reference](slow_updates_tree.md#functions) # Components involved in implementing a slow updates tree