diff --git a/docs/dapp/sapphire/guide.mdx b/docs/dapp/sapphire/guide.mdx index 630d599e21..b7689b5aae 100644 --- a/docs/dapp/sapphire/guide.mdx +++ b/docs/dapp/sapphire/guide.mdx @@ -183,10 +183,10 @@ state encryption key from the Oasis key manager. Both the keys and values of the items stored in state are encrypted, but the size of either is *not* hidden. You app may need to pad state items to a constant length, or use other obfuscation. Observers may also be able to infer computation based on storage access patterns, -so you may need to obfuscate that, too. See security [chapter] for more +so you may need to obfuscate that, too. See [Security chapter] for more recommendations. -[chapter]: ./security.md#storage-access-patterns +[Security chapter]: ./security.md#storage-access-patterns :::danger Contract state leaks a fine-grained access pattern