aboutsummaryrefslogtreecommitdiff
path: root/lib/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ext')
-rw-r--r--lib/ext/cryptocell-312-runtime/README.md4
-rw-r--r--lib/ext/t_cose/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/ext/cryptocell-312-runtime/README.md b/lib/ext/cryptocell-312-runtime/README.md
index 6b9a2669a9..3ed73999b2 100644
--- a/lib/ext/cryptocell-312-runtime/README.md
+++ b/lib/ext/cryptocell-312-runtime/README.md
@@ -1,12 +1,12 @@
# cryptocell-312-runtime
Refer to `cc312_cryptocell_runtime_software_developers_manual
-<https://git.trustedfirmware.org/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/docs/cc312_cryptocell_runtime_software_developers_manual_101122_0103_01_en.pdf>`_
+<https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/docs/cc312_cryptocell_runtime_software_developers_manual_101122_0103_01_en.pdf>`_
for APIs documentation.
Refer to `cc312_r1_oss_rt_sw-r1p3-00rel0_ReleaseNote
-<https://git.trustedfirmware.org/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/docs/cc312_r1_oss_rt_sw-r1p3-00rel0_ReleaseNote.pdf>`_
+<https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/plain/lib/ext/cryptocell-312-runtime/docs/cc312_r1_oss_rt_sw-r1p3-00rel0_ReleaseNote.pdf>`_
for additional information ( contents, build commands and more ).
--------------
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.