From f889e0fa0a534fc06277d693732545570bc29558 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 23 Oct 2023 19:01:21 +0100 Subject: [PATCH] Replace vague 'above' with a reference for ease-of-navigation Signed-off-by: David Horstmann --- docs/architecture/psa-shared-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/psa-shared-memory.md b/docs/architecture/psa-shared-memory.md index b10953824e..2c2da8d883 100644 --- a/docs/architecture/psa-shared-memory.md +++ b/docs/architecture/psa-shared-memory.md @@ -466,7 +466,7 @@ Key import / export | Copying | Copying | Keys may be imported and exported in D ### Copying functions -As discussed above, it is simpler to use a single unified API for copying. Therefore, we create the following functions: +As discussed in [Copying code](#copying-code), it is simpler to use a single unified API for copying. Therefore, we create the following functions: * `psa_crypto_copy_input(const uint8_t *input, size_t input_length, uint8_t *input_copy, size_t input_copy_length)` * `psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_length, uint8_t *output, size_t output_length)`