diff options
Diffstat (limited to 'doc/source/api')
-rw-r--r-- | doc/source/api/item_types.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/api/item_types.rst b/doc/source/api/item_types.rst index 1452b3e5f90e..1051b97ded7b 100644 --- a/doc/source/api/item_types.rst +++ b/doc/source/api/item_types.rst @@ -1,7 +1,7 @@ Types of items =============================================== -Every :type:`cbor_item_t` has a :type:`cbor_type` associated with it - these constants correspond to the types specified by the `CBOR standard <http://tools.ietf.org/html/rfc7049>`_: +Every :type:`cbor_item_t` has a :type:`cbor_type` associated with it - these constants correspond to the types specified by the `CBOR standard <https://www.rfc-editor.org/info/std94>`_: .. doxygenenum:: cbor_type |