aboutsummaryrefslogtreecommitdiff
path: root/lib/ext/t_cose/README.md
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2020-07-08 14:04:11 +0100
committerTamas Ban <tamas.ban@arm.com>2020-07-08 13:22:51 +0000
commite0e2d8433ab46ecde9e7b14cc244de86acf760bd (patch)
tree6d60daebc6d1a1acbb91df624ee2b7fbc5f933e3 /lib/ext/t_cose/README.md
parenta8f9d10c6738a9f8d02814d6489748e9c520f1c9 (diff)
downloadtrusted-firmware-m-e0e2d8433ab46ecde9e7b14cc244de86acf760bd.tar.gz
Docs: Update TF-M path in t_cose and CC312 lib documentation
Change-Id: I8ff4f8937d6496c2a5b14ed0b7f6e25b4aab87ca Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Diffstat (limited to 'lib/ext/t_cose/README.md')
-rw-r--r--lib/ext/t_cose/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/t_cose/README.md b/lib/ext/t_cose/README.md
index 98662e9ced..fb23d665d6 100644
--- a/lib/ext/t_cose/README.md
+++ b/lib/ext/t_cose/README.md
@@ -214,7 +214,7 @@ might not use malloc, as the keys are small enough.
### Mixed code style
QCBOR uses camelCase and t_cose follows
-[Arm's coding guidelines](https://git.trustedfirmware.org/trusted-firmware-m.git/tree/docs/about/coding_guide.rst)
+[Arm's coding guidelines](https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/docs/contributing/coding_guide.rst)
resulting in code with mixed styles. For better or worse, an Arm-style version of UsefulBuf
is created and used and so there is a duplicate of UsefulBuf. The two are identical. They
just have different names.