hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
350 stars 73 forks source link

Update RFC link in readme #151

Closed david-fong closed 2 years ago

david-fong commented 2 years ago

https://cbor.io/spec.html states that RFC-8949 is a new edition of RFC-7049 that describes the same format, but with more explanation of topics that had arisen since the first RFC.

It would be nice to link to RFC-8949, or perhaps even nicer to just link to https://cbor.io/spec.html.

hildjj commented 2 years ago

I compromised with https://www.rfc-editor.org/rfc/rfc8949.html which at least is the newer HTML format.