diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-05-03 22:27:44 +0000 |
commit | 5f50d6b344f0d272a12c6f5598dde05bbe025e97 (patch) | |
tree | 47a9effcc3ced0b1f79666234549223970504012 /doc/source/api | |
parent | 058aa793d837f38f112acc154816397251019319 (diff) |
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 |