From f1189474b94a4edd1bf92bbb5014b384319fc63f Mon Sep 17 00:00:00 2001 From: Peter MIKOLA Date: Wed, 15 May 2024 14:36:42 +0200 Subject: [PATCH] put obsolete RFC back to the doc for reference --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40e93b5..930da90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -124,10 +124,12 @@ For people new to Uuid, and just starting to contribute, or even for more seasoned developers, some useful places to look for information are: * The Wikipedia entry on [Universally Unique Identifier][wiki-uuid]. -* [RFC 9562][rfc-uuid] which gives the specification of Uuids. +* [RFC 9562][rfc-uuid] which gives the specification of UUIDs. +* [RFC 4122][rfc-uuid-obsolete] for reference to the obsolete RFC. [wiki-uuid]: https://en.wikipedia.org/wiki/Universally_unique_identifier [rfc-uuid]: https://www.ietf.org/rfc/rfc9562.html +[rfc-uuid-obsolete]: https://www.ietf.org/rfc/rfc4122.html [u-r-l-o]: https://users.rust-lang.org [Discussions]: https://github.com/uuid-rs/uuid/discussions