From 6d5e5bf1d5e6ffea665592537efeaa4b4531d714 Mon Sep 17 00:00:00 2001 From: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:45:21 -0400 Subject: [PATCH] Update structures.md --- source/docs/casper/concepts/serialization/structures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/docs/casper/concepts/serialization/structures.md b/source/docs/casper/concepts/serialization/structures.md index 111e1244ec..2c8949043e 100644 --- a/source/docs/casper/concepts/serialization/structures.md +++ b/source/docs/casper/concepts/serialization/structures.md @@ -12,7 +12,7 @@ An Account is a structure that represented a user on a legacy Casper network. Al - [`associated_keys`](./types.md#associatedkey) -- [`action_thresholds`](./types.md#action-thresholds) +- [`action_thresholds`](./types.md#account-action-thresholds) ## AddressableEntity {#addressable-entity} @@ -30,7 +30,7 @@ An Addressable Entity is a structure that represents an entity on a Casper netwo - [`associated_keys`](./types.md#associatedkey) -- [`action_thresholds`](./types.md#action-thresholds) +- [`action_thresholds`](./types.md#entity-action-thresholds) - [`message_topics`](./types.md#message-topics)