aboutsummaryrefslogtreecommitdiff
path: root/doc/source/standard_conformance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/standard_conformance.rst')
-rw-r--r--doc/source/standard_conformance.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/standard_conformance.rst b/doc/source/standard_conformance.rst
index 62965f0c4493..4f57bb4c091f 100644
--- a/doc/source/standard_conformance.rst
+++ b/doc/source/standard_conformance.rst
@@ -13,5 +13,5 @@ There is no explicit limitation of indefinite length byte strings. [#]_ *libcbor
---------------------------------
As of C99 and even C11, there is no standard implementation for 2 bytes floats. *libcbor* packs them as a `float <https://en.cppreference.com/w/c/language/type>`. When encoding, *libcbor* selects the appropriate wire representation based on metadata and the actual value. This applies both to canonical and normal mode.
-For more information on half-float serialization, please refer to the section on :ref:`api_type_7_hard_floats`.
+For more information on half-float serialization, please refer to the section on :ref:`api_type_7_floats_ctrls_half_floats`.